aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/Makefile.am4
-rw-r--r--plugins/mate/Makefile.am4
-rw-r--r--wiretap/Makefile.am3
3 files changed, 0 insertions, 11 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index efbf1c05b4..2e55e6b647 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -22,10 +22,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-if HAVE_WARNINGS_AS_ERRORS
-AM_CFLAGS = -Werror
-endif
-
if HAVE_LIBLUA
wslua_lib = wslua/libwslua.la
wslua_dir = wslua
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index 270705bdda..24673037db 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -26,10 +26,6 @@ INCLUDES = -I$(top_srcdir)
include Makefile.common
-if HAVE_WARNINGS_AS_ERRORS
-AM_CFLAGS = -Werror
-endif
-
plugindir = @plugindir@
plugin_LTLIBRARIES = mate.la
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 3f985cf622..2a840e7b14 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -25,9 +25,6 @@ ACLOCAL_AMFLAGS = `../aclocal-flags`
include Makefile.common
-if HAVE_WARNINGS_AS_ERRORS
-AM_CFLAGS = -Werror
-endif
lib_LTLIBRARIES = libwiretap.la
libwiretap_la_LDFLAGS = -version-info 0:1:0 @LDFLAGS_SHAREDLIB@