diff --git a/clients/Makefile.am b/clients/Makefile.am index 84d29d0c..9839b84e 100644 --- a/clients/Makefile.am +++ b/clients/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 = \ diff --git a/compositor/Makefile.am b/compositor/Makefile.am index 89ea4434..5487f6c4 100644 --- a/compositor/Makefile.am +++ b/compositor/Makefile.am @@ -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)