fix includes
This commit is contained in:
+1
-1
@@ -16,8 +16,8 @@ noinst_LTLIBRARIES = libtoytoolkit.la
|
|||||||
AM_CFLAGS = $(GCC_CFLAGS)
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DDATADIR='"$(datadir)"' \
|
-DDATADIR='"$(datadir)"' \
|
||||||
-I$(top_srcdir)/wayland \
|
|
||||||
-I$(top_builddir)/wayland \
|
-I$(top_builddir)/wayland \
|
||||||
|
-I$(top_srcdir)/wayland \
|
||||||
$(CLIENT_CFLAGS)
|
$(CLIENT_CFLAGS)
|
||||||
|
|
||||||
libtoytoolkit_la_SOURCES = \
|
libtoytoolkit_la_SOURCES = \
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
noinst_PROGRAMS = compositor
|
noinst_PROGRAMS = compositor
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/wayland \
|
|
||||||
-I$(top_builddir)/wayland \
|
-I$(top_builddir)/wayland \
|
||||||
|
-I$(top_srcdir)/wayland \
|
||||||
$(COMPOSITOR_CFLAGS)
|
$(COMPOSITOR_CFLAGS)
|
||||||
|
|
||||||
AM_CFLAGS = $(GCC_CFLAGS)
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user