diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2010-12-01 09:46:10 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-12-01 09:46:10 -0500 |
| commit | 1f25315ae263c28687b7dffd482f6453c02cdc34 (patch) | |
| tree | 9232301b42e1e5bc70bbf18733054e4e6b39ad3b | |
| parent | compositor-wayland: Call wlsc_compositor_finish_frame from frame callback (diff) | |
| download | wayland-1f25315ae263c28687b7dffd482f6453c02cdc34.tar wayland-1f25315ae263c28687b7dffd482f6453c02cdc34.tar.gz wayland-1f25315ae263c28687b7dffd482f6453c02cdc34.tar.bz2 wayland-1f25315ae263c28687b7dffd482f6453c02cdc34.tar.lz wayland-1f25315ae263c28687b7dffd482f6453c02cdc34.tar.xz wayland-1f25315ae263c28687b7dffd482f6453c02cdc34.tar.zst wayland-1f25315ae263c28687b7dffd482f6453c02cdc34.zip | |
Add $(GCC_CFLAGS) back
Missed this when moving to automake.
| -rw-r--r-- | clients/Makefile.am | 1 | ||||
| -rw-r--r-- | compositor/Makefile.am | 1 | ||||
| -rw-r--r-- | wayland/Makefile.am | 1 |
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 |
