Missed this one. Thanks to Wang Xu.

SVN revision: 28137
This commit is contained in:
kaethorn 2007-01-27 18:59:15 +00:00 committed by kaethorn
parent 49ff134118
commit 0401faccc7
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_CLEAN_TARGET := clean
DEB_CONFIGURE_EXTRA_FLAGS := --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb
clean::
if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb; fi
if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb; fi