add correct include paths

SVN revision: 55882
This commit is contained in:
Mike Blumenkrantz 2011-01-05 17:21:59 +00:00
parent e85d66f3c8
commit a1939f95f9
2 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ DISTCLEANFILES = e_fm_shared_types.h
INCLUDES = \
-I$(top_builddir) \
-I$(top_builddir)/src/bin \
-I$(top_srcdir) \
-I$(top_srcdir)/src/bin \
-I$(top_srcdir)/src/lib \
@e_cflags@ \
@x_cflags@ \
@cf_cflags@ \

View File

@ -2,9 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in
AM_CFLAGS = \
-I$(top_builddir) \
-I$(top_builddir)/src/bin \
-I$(top_srcdir) \
-I$(top_srcdir)/src/bin \
-I$(top_srcdir)/src/lib \
@e_cflags@ \
@x_cflags@ \
@cf_cflags@ \