1. fixed exalt-client module load, 2. fixed edje DEB_SOURCE_VERSION(thx to sur5r)

SVN revision: 40340
This commit is contained in:
Daniel Kolesa 2009-04-23 19:22:39 +00:00
parent 00098e2458
commit d45fd4bf09
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ DEB_CONFIGURE_SCRIPT := ./autogen.sh
DEB_MAKE_CLEAN_TARGET := distclean
DEB_DH_STRIP_ARGS := --dbg-package=libedje-dbg
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --enable-doc
DEB_SOURCE_VERSION := $(shell grep AC_INIT $(DEB_SRCDIR)/configure.ac|sed -e 's/AC_INIT(\[edje\],\ \[\(.*\)\],\ \[.*@.*\])/\1/g')
DEB_SOURCE_VERSION := $(shell grep AC_INIT $(DEB_SRCDIR)/configure.ac|sed -e 's/AC_INIT(edje,\ \(.*\),\ .*@.*)/\1/g')
build/libedje-doc::
cd $(DEB_SRCDIR)/doc && make doc