Don't include $(includedir) in searchpath, find headers in this source

and in the provided package CFLAGS.


SVN revision: 16470
This commit is contained in:
sebastid 2005-09-02 20:15:28 +00:00 committed by sebastid
parent e62fcac4f3
commit 8e0218f914
5 changed files with 3 additions and 8 deletions

View File

@ -21,7 +21,6 @@ endif
noinst_PROGRAMS = $(EXAMPLES) $(CON_EXAMPLES) $(CONFIG_EXAMPLES) $(X_EXAMPLES)
INCLUDES = \
-I$(includedir) \
-I$(top_srcdir)/src/lib/ecore \
-I$(top_srcdir)/src/lib/ecore_config \
-I$(top_srcdir)/src/lib/ecore_x \

View File

@ -8,7 +8,6 @@ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(includedir) \
@eet_cflags@ \
@embryo_cflags@ \
@evas_cflags@ \

View File

@ -4,8 +4,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I$(includedir) \
-I$(top_srcdir) \
INCLUDES = -I$(top_srcdir) \
-I$(top_srcdir)/src/lib \
@my_cflags@

View File

@ -6,8 +6,7 @@ SUBDIRS = xine
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I$(includedir) \
-I$(top_srcdir) \
INCLUDES = -I$(top_srcdir) \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/modules \
@my_cflags@ @xine_cflags@

View File

@ -4,8 +4,7 @@
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I$(includedir) \
-I$(top_srcdir) \
INCLUDES = -I$(top_srcdir) \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/modules \
-I$(top_srcdir)/src/modules/xine \