moved the include directory

SVN revision: 13496
This commit is contained in:
tsauerbeck 2005-02-24 15:34:43 +00:00 committed by tsauerbeck
parent 1b051e05bc
commit ef57cf80b3
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FILES = edje.inc
incdir = $(pkgdatadir)/data/include
incdir = $(pkgdatadir)/include
inc_DATA = $(FILES)
EXTRA_DIST = $(FILES)

View File

@ -35,6 +35,6 @@ PACKAGES += "edje-tools edje-compiler"
FILES_${PN} = "${libdir}/libedje*.so*"
FILES_${PN}-dev += "${bindir}/edje-config ${libdir}/pkgconfig"
FILES_${PN}-compiler = "${bindir}/edje_cc ${datadir}/edje/data/include"
FILES_${PN}-compiler = "${bindir}/edje_cc ${datadir}/edje/include"
FILES_${PN}-tools = "${bindir}/edje ${bindir}/edje_ls ${datadir}/edje/data/test"

View File

@ -670,7 +670,7 @@ data_write(void)
{
snprintf(buf, sizeof(buf),
EMBRYO_PREFIX"/bin/embryo_cc -i %s -o %s %s",
DAT"data/include", tmpo, tmpn);
DAT"include", tmpo, tmpn);
ret = system(buf);
if (ret != 0)
{