From 7d9517855ab5d7acfda262c6e960ab96b7ce6b9c Mon Sep 17 00:00:00 2001 From: nobled Date: Mon, 24 Jan 2011 16:01:26 +0000 Subject: [PATCH] fix includes --- clients/Makefile.am | 2 +- compositor/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)