summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
-rw-r--r--src/tools/Makefile.am7
-rw-r--r--src/wm-tester/Makefile.am4
3 files changed, 10 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0bdba31c..cb7c0043 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,8 @@ AM_CPPFLAGS = \
-DMARCO_DATADIR=\"$(datadir)\" \
-DG_LOG_DOMAIN=\"marco\" \
-DSN_API_NOT_YET_FROZEN=1 \
- @MARCO_CFLAGS@
+ @MARCO_CFLAGS@ \
+ $(WARN_CFLAGS)
marco_SOURCES= \
core/main.c \
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am
index 0a1da4b6..d88f571f 100644
--- a/src/tools/Makefile.am
+++ b/src/tools/Makefile.am
@@ -1,9 +1,12 @@
icondir=$(pkgdatadir)/icons
icon_DATA=marco-window-demo.png
-AM_CPPFLAGS=@MARCO_WINDOW_DEMO_CFLAGS@ @MARCO_MESSAGE_CFLAGS@ \
+AM_CPPFLAGS = \
+ @MARCO_WINDOW_DEMO_CFLAGS@ \
+ @MARCO_MESSAGE_CFLAGS@ \
-DMARCO_ICON_DIR=\"$(pkgdatadir)/icons\" \
- -DMARCO_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\"
+ -DMARCO_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" \
+ $(WARN_CFLAGS)
marco_message_SOURCES= \
marco-message.c
diff --git a/src/wm-tester/Makefile.am b/src/wm-tester/Makefile.am
index 0faed456..8383556f 100644
--- a/src/wm-tester/Makefile.am
+++ b/src/wm-tester/Makefile.am
@@ -1,5 +1,7 @@
-AM_CPPFLAGS=@MARCO_CFLAGS@
+AM_CPPFLAGS = \
+ @MARCO_CFLAGS@ \
+ $(WARN_CFLAGS)
wm_tester_SOURCES= \
main.c