Don't include $(includedir) in searchpath, find headers in this source
authorsebastid <sebastid>
Fri, 2 Sep 2005 20:15:28 +0000 (20:15 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 2 Sep 2005 20:15:28 +0000 (20:15 +0000)
and in the provided package CFLAGS.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@16470 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Makefile.am
src/modules/Makefile.am
src/modules/xine/Makefile.am

index 652395a..30c067f 100644 (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@
 
index bba080a..d135bd9 100644 (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@
index 561768d..5973490 100644 (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 \