From de10fdb02f9311f1a576bb2cc1512a36f8dea91a Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sat, 31 Oct 2009 13:02:15 +0000 Subject: [PATCH] Remove unused include path (top_srcdir). SVN revision: 43370 --- dox/Makefile.am | 2 +- eesh/Makefile.am | 2 +- epp/Makefile.am | 2 +- src/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dox/Makefile.am b/dox/Makefile.am index 88314ed4..cd1f8d15 100644 --- a/dox/Makefile.am +++ b/dox/Makefile.am @@ -6,7 +6,7 @@ bin_PROGRAMS = edox edox_SOURCES = dox.c dox.h file.c format.c text.c ttfont.c -edox_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(IMLIB2_CFLAGS) $(X_CFLAGS) \ +edox_CPPFLAGS = -I$(top_builddir) $(IMLIB2_CFLAGS) $(X_CFLAGS) \ $(CWARNFLAGS) -D ENLIGHTENMENT_ROOT=\"$(pkgdatadir)\" LDADD = $(IMLIB2_LIBS) $(X_LIBS) $(XINERAMA_LIBS) -lX11 -lm diff --git a/eesh/Makefile.am b/eesh/Makefile.am index 5fccfd04..6d985cb4 100644 --- a/eesh/Makefile.am +++ b/eesh/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS = eesh eesh_SOURCES = E.h comms.c main.c -eesh_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(X_CFLAGS) $(CWARNFLAGS) +eesh_CPPFLAGS = -I$(top_builddir) $(X_CFLAGS) $(CWARNFLAGS) LDADD = $(X_LIBS) -lX11 diff --git a/epp/Makefile.am b/epp/Makefile.am index bc7fc2ff..aabcab47 100644 --- a/epp/Makefile.am +++ b/epp/Makefile.am @@ -29,7 +29,7 @@ epp_SOURCES = \ cpplib.c \ cppmain.c -epp_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(CWARNFLAGS) +epp_CPPFLAGS = -I$(top_builddir) $(CWARNFLAGS) DEFS= \ -DHAVE_STRERROR \ diff --git a/src/Makefile.am b/src/Makefile.am index 59d18692..65c46a0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -116,7 +116,7 @@ e16_SOURCES = \ $(SRCS_DBUS) \ $(SRCS_SNPRINTF) -e16_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \ +e16_CPPFLAGS = -I$(top_builddir) \ $(ECORE_CFLAGS) \ $(MODULE_CFLAGS) \ $(IMLIB2_CFLAGS) \