fix from Lars Munch to not use -I$(includedir)

SVN revision: 34051
This commit is contained in:
Mike Frysinger 2008-03-18 13:14:00 +00:00
parent 2312794a69
commit 75248b2aad
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I$(includedir) \
-I$(top_srcdir) \
INCLUDES = -I$(top_srcdir) \
-I$(top_srcdir)/src/bin \
@EVAS_CFLAGS@ @x_cflags@ @SDL_CFLAGS@ @DIRECTFB_CFLAGS@ \
-DPACKAGE_BIN_DIR=\"@PACKAGE_BIN_DIR@\" \