package libglade: add aclocal include dir

This commit is contained in:
Tony Theodore 2013-08-06 16:59:31 +10:00
parent 826513b914
commit b404a9f068
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi
cd '$(1)' && autoreconf -fi -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \