back out the embryoincludedir stuff again. it broke distcheck, and the old way wasn't that bad ;D

SVN revision: 28958
This commit is contained in:
tilman 2007-03-23 10:59:08 +00:00 committed by tilman
parent 2f91dd8cec
commit 39a9ae319a
2 changed files with 1 additions and 4 deletions

View File

@ -86,9 +86,6 @@ PKG_CHECK_MODULES(EDJE, [
embryo >= 0.9.1
])
embryoincludedir=$(pkg-config --variable=embryoincludedir embryo)
AC_SUBST(embryoincludedir)
AC_MSG_CHECKING([for location of Vim data files])
install_vim="yes";
AC_ARG_WITH(vim,

View File

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