config-parser-test: fix compile error
Add COMPOSITOR_CFLAGS to Makefile.am
This commit is contained in:
committed by
Kristian Høgsberg
parent
fc10cc0c65
commit
d664196cfb
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
noinst_LTLIBRARIES = libshared.la libshared-cairo.la
|
noinst_LTLIBRARIES = libshared.la libshared-cairo.la
|
||||||
|
|
||||||
libshared_la_CFLAGS = $(GCC_CFLAGS)
|
libshared_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
|
||||||
|
|
||||||
libshared_la_SOURCES = \
|
libshared_la_SOURCES = \
|
||||||
config-parser.c \
|
config-parser.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user