enventor - put the include folder under src

This commit is contained in:
ChunEon Park 2013-08-10 02:43:14 +09:00
parent 164a7ec6f8
commit 5c8fbabe61
16 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
EXTRA_DIST = README AUTHORS COPYING autogen.sh
SUBDIRS = include src data
SUBDIRS = src data
ACLOCAL_AMFLAGS = -I m4

View File

@ -84,8 +84,8 @@ EFL_WITH_BIN([edje], [edje-cc], [edje_cc])
AC_CONFIG_FILES([
Makefile
include/Makefile
src/Makefile
src/include/Makefile
src/bin/Makefile
data/Makefile
data/images/Makefile

View File

@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = bin
SUBDIRS = bin include

View File

@ -6,7 +6,7 @@ AM_CPPFLAGS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-I$(top_srcdir)/src/bin \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/include \
@ENVENTOR_CFLAGS@
enventor_SOURCES = \