Remove unused include path (top_srcdir).

SVN revision: 43370
This commit is contained in:
Kim Woelders 2009-10-31 13:02:15 +00:00
parent ddc6c4500d
commit de10fdb02f
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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) \