summaryrefslogtreecommitdiff
path: root/plugins/asn1/Makefile.am
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-23 23:47:41 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-23 23:47:41 +0000
commit43a98f8fb8e965951ec1c7e9a0ef78a56ebb3d22 (patch)
treea98c6e8affc1bed408287ec6b541c7ad45a50ebb /plugins/asn1/Makefile.am
parent2896811274e430759305c7f25889cb0214213409 (diff)
downloadwireshark-43a98f8fb8e965951ec1c7e9a0ef78a56ebb3d22.tar.gz
From Sebastien Tandel:
fixes gcc warnings and get rid of declaration after statements svn path=/trunk/; revision=21159
Diffstat (limited to 'plugins/asn1/Makefile.am')
-rw-r--r--plugins/asn1/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/asn1/Makefile.am b/plugins/asn1/Makefile.am
index 13f3e81856..4404bbdd74 100644
--- a/plugins/asn1/Makefile.am
+++ b/plugins/asn1/Makefile.am
@@ -26,9 +26,9 @@ INCLUDES = -I$(top_srcdir) -I$(includedir)
include Makefile.common
-#if HAVE_WARNINGS_AS_ERRORS
-#AM_CFLAGS = -Werror
-#endif
+if HAVE_WARNINGS_AS_ERRORS
+AM_CFLAGS = -Werror
+endif
plugin_LTLIBRARIES = asn1.la
asn1_la_SOURCES = \