summaryrefslogtreecommitdiff
path: root/tumbler
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2011-12-27 14:35:58 +0100
committerJannis Pohlmann <jannis@xfce.org>2011-12-27 14:35:58 +0100
commit2ca7f4438c3565498d4dfab43d0d85af8750d097 (patch)
treeef290e0d5b8b1c342028de868eadb7fc76617d71 /tumbler
parentaae52f0684b1b5da995982c97a2d731ca7cf0c37 (diff)
downloadtumbler-2ca7f4438c3565498d4dfab43d0d85af8750d097.tar.gz
Make sure to include PLATFORM flags everywhere.
Diffstat (limited to 'tumbler')
-rw-r--r--tumbler/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tumbler/Makefile.am b/tumbler/Makefile.am
index b8ccf7f..f2cdcd9 100644
--- a/tumbler/Makefile.am
+++ b/tumbler/Makefile.am
@@ -83,7 +83,8 @@ libtumbler_1_la_CFLAGS = \
$(GIO_CFLAGS) \
$(GLIB_CFLAGS) \
$(GTHREAD_CFLAGS) \
- $(PLATFORM_CFLAGS)
+ $(PLATFORM_CFLAGS) \
+ $(PLATFORM_CPPFLAGS)
libtumbler_1_la_LDFLAGS = \
-no-undefined \