mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
Add $(GCC_CFLAGS) back
Missed this when moving to automake.
This commit is contained in:
parent
3ada7ec83a
commit
1f25315ae2
3 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ LDADD = libtoytoolkit.la \
|
||||||
$(top_builddir)/wayland/libwayland-client.la \
|
$(top_builddir)/wayland/libwayland-client.la \
|
||||||
$(CLIENT_LIBS) -lrt -lm
|
$(CLIENT_LIBS) -lrt -lm
|
||||||
|
|
||||||
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
|
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
|
||||||
|
|
||||||
libtoytoolkit_la_SOURCES = \
|
libtoytoolkit_la_SOURCES = \
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ INCLUDES = \
|
||||||
-I$(top_builddir)/wayland \
|
-I$(top_builddir)/wayland \
|
||||||
$(COMPOSITOR_CFLAGS)
|
$(COMPOSITOR_CFLAGS)
|
||||||
|
|
||||||
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
|
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
|
||||||
|
|
||||||
compositor_LDADD = \
|
compositor_LDADD = \
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ libwayland_client_la_SOURCES = \
|
||||||
wayland-client.c
|
wayland-client.c
|
||||||
|
|
||||||
INCLUDES = $(FFI_CFLAGS)
|
INCLUDES = $(FFI_CFLAGS)
|
||||||
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
|
|
||||||
include $(top_srcdir)/wayland/scanner.mk
|
include $(top_srcdir)/wayland/scanner.mk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue