summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-12-01 09:46:10 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-12-01 09:46:10 -0500
commit1f25315ae263c28687b7dffd482f6453c02cdc34 (patch)
tree9232301b42e1e5bc70bbf18733054e4e6b39ad3b
parent3ada7ec83ace0be56119ca8b14a568f0efb27cde (diff)
Add $(GCC_CFLAGS) back
Missed this when moving to automake.
-rw-r--r--clients/Makefile.am1
-rw-r--r--compositor/Makefile.am1
-rw-r--r--wayland/Makefile.am1
3 files changed, 3 insertions, 0 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am
index 7bdc5c3..56b6a2b 100644
--- a/clients/Makefile.am
+++ b/clients/Makefile.am
@@ -10,6 +10,7 @@ LDADD = libtoytoolkit.la \
$(top_builddir)/wayland/libwayland-client.la \
$(CLIENT_LIBS) -lrt -lm
+AM_CFLAGS = $(GCC_CFLAGS)
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
libtoytoolkit_la_SOURCES = \
diff --git a/compositor/Makefile.am b/compositor/Makefile.am
index 0500614..0b28cad 100644
--- a/compositor/Makefile.am
+++ b/compositor/Makefile.am
@@ -5,6 +5,7 @@ INCLUDES = \
-I$(top_builddir)/wayland \
$(COMPOSITOR_CFLAGS)
+AM_CFLAGS = $(GCC_CFLAGS)
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
compositor_LDADD = \
diff --git a/wayland/Makefile.am b/wayland/Makefile.am
index f778ea3..6e48eb8 100644
--- a/wayland/Makefile.am
+++ b/wayland/Makefile.am
@@ -27,6 +27,7 @@ libwayland_client_la_SOURCES = \
wayland-client.c
INCLUDES = $(FFI_CFLAGS)
+AM_CFLAGS = $(GCC_CFLAGS)
include $(top_srcdir)/wayland/scanner.mk