improve build includes.

SVN revision: 33997
This commit is contained in:
Carsten Haitzler 2008-03-12 16:32:35 +00:00
parent 9c2e6dcd43
commit f08234a968
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in edje_docs.tar edje_docs.tar.gz edje.c \
edje.spec depcomp compile
edje.spec depcomp compile edje.pc
### this is all fine and great - but edje should not be going and installing
### data in another software's data dir - it's just wrong. not to mention this

View File

@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/bin \
-I$(top_srcdir)/src/bin \
-I$(top_srcdir)/src/lib \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \

View File

@ -4,6 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
-I. \
-I$(top_srcdir) \
-I$(top_srcdir)/src/bin \
-I$(top_srcdir)/src/lib \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \

View File

@ -15,10 +15,9 @@
#include <locale.h>
#include <errno.h>
#include <Ecore_Evas.h>
#include "Edje.h"
#include "edje_private.h"
#include "../bin/edje_cc.h"
#include "edje_cc.h"
#include "Edje_Edit.h"
#define MAX_PATH 4096