From 1f25315ae263c28687b7dffd482f6453c02cdc34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 1 Dec 2010 09:46:10 -0500 Subject: [PATCH] Add $(GCC_CFLAGS) back Missed this when moving to automake. --- clients/Makefile.am | 1 + compositor/Makefile.am | 1 + wayland/Makefile.am | 1 + 3 files changed, 3 insertions(+) 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 -- 2.7.4