forked from e16/e16
1
0
Fork 0

Avoid compiler warnings due to include path (/usr/include) that shouldn't

be given explicitly and remove unnecessary include paths.


SVN revision: 6907
This commit is contained in:
Kim Woelders 2003-05-14 19:34:31 +00:00
parent 1f3612cdd6
commit 097cc18747
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ dox_SOURCES = \
LDADD = $(TTF_LIBS) $(FNLIB_LIBS) $(IMLIB_LIBS) $(XINERAMA_LIBS) -lm
INCLUDES=-I$(top_srcdir) $(IMLIB_CFLAGS) -I$(includedir) -I.. -I/usr/include/freetype1
INCLUDES=$(IMLIB_CFLAGS)
DEFS=-DENLIGHTENMENT_ROOT=\"@ENLIGHTENMENT_ROOT@\" -DENLIGHTENMENT_BIN=\"@ENLIGHTENMENT_BIN@\"

View File

@ -14,7 +14,7 @@ eesh_SOURCES = \
LDADD = $(X_PRE_LIBS) $(X_LIBS) -lX11 $(X_EXTRA_LIBS) -lm
INCLUDES=-I$(top_srcdir) $(IMLIB_CFLAGS) -I$(includedir) -I..
INCLUDES=$(IMLIB_CFLAGS)
DEFS=-DENLIGHTENMENT_ROOT=\"@ENLIGHTENMENT_ROOT@\"

View File

@ -31,7 +31,7 @@ epp_SOURCES = \
cpplib.c \
cppmain.c
INCLUDES=-I$(top_srcdir) -I$(top_builddir) -I$(includedir)
INCLUDES=
DEFS= \
-DHAVE_STRERROR \

View File

@ -104,7 +104,7 @@ LDADD = \
$(XINERAMA_LIBS) \
-lm
INCLUDES=-I$(top_srcdir) $(ESD_CFLAGS) $(IMLIB_CFLAGS) -I$(includedir) -I.. -I../intl -I$(top_srcdir)/intl -I/usr/include/freetype1
INCLUDES=$(ESD_CFLAGS) $(IMLIB_CFLAGS) -I$(top_srcdir)/intl
DEFS=-DENLIGHTENMENT_ROOT=\"@ENLIGHTENMENT_ROOT@\" -DENLIGHTENMENT_BIN=\"@ENLIGHTENMENT_BIN@\" -DLOCALEDIR=\"@LOCALEDIR@\"