Add additional compile warning flags
[emu8051.git] / src / gtk / Makefile.am
index 22bb895..699d76e 100644 (file)
@@ -1,7 +1,7 @@
 # This file is processed by GNU automake to generate Makefile.in
 
 AM_CPPFLAGS = \
-    -Wall \
+    $(WARNINGCFLAGS) \
     -I@top_srcdir@ \
     -I@top_srcdir@/src/common \
     -I$(top_srcdir)/pixmaps \