Add $(GCC_CFLAGS) back

Missed this when moving to automake.
dev
Kristian Høgsberg 14 years ago
parent 3ada7ec83a
commit 1f25315ae2
  1. 1
      clients/Makefile.am
  2. 1
      compositor/Makefile.am
  3. 1
      wayland/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 = \

@ -5,6 +5,7 @@ INCLUDES = \
-I$(top_builddir)/wayland \
$(COMPOSITOR_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS)
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
compositor_LDADD = \

@ -27,6 +27,7 @@ libwayland_client_la_SOURCES = \
wayland-client.c
INCLUDES = $(FFI_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS)
include $(top_srcdir)/wayland/scanner.mk

Loading…
Cancel
Save