fix includes

dev
nobled 14 years ago
parent 238515d3d7
commit 7d9517855a
  1. 2
      clients/Makefile.am
  2. 2
      compositor/Makefile.am

@ -16,8 +16,8 @@ noinst_LTLIBRARIES = libtoytoolkit.la
AM_CFLAGS = $(GCC_CFLAGS)
AM_CPPFLAGS = \
-DDATADIR='"$(datadir)"' \
-I$(top_srcdir)/wayland \
-I$(top_builddir)/wayland \
-I$(top_srcdir)/wayland \
$(CLIENT_CFLAGS)
libtoytoolkit_la_SOURCES = \

@ -1,8 +1,8 @@
noinst_PROGRAMS = compositor
INCLUDES = \
-I$(top_srcdir)/wayland \
-I$(top_builddir)/wayland \
-I$(top_srcdir)/wayland \
$(COMPOSITOR_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS)

Loading…
Cancel
Save