summaryrefslogtreecommitdiff
path: root/package/exmap/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-31 08:45:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-31 08:45:03 +0100
commit7c2dd6bb405b72023f6043ff7b0cca9347e449d2 (patch)
tree023739e17dbe27ee37e8d5b79ccd43390464e588 /package/exmap/Makefile
parente42384d8e9357974ac550904060900f144b3ffad (diff)
convert to autotool infrastructure
Diffstat (limited to 'package/exmap/Makefile')
-rw-r--r--package/exmap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/exmap/Makefile b/package/exmap/Makefile
index b9c67703d..7b213b931 100644
--- a/package/exmap/Makefile
+++ b/package/exmap/Makefile
@@ -10,7 +10,7 @@ PKG_MD5SUM:= 55aec784e214037e61400287a55b5426
PKG_DESCR:= memory analysing client tool
PKG_SECTION:= debug
PKG_DEPENDS:= exmap-kmod libreadline glib
-PKG_BUILDDEP:= glib readline
+PKG_BUILDDEP:= glib readline autotool
PKG_SITES:= http://labs.o-hand.com/sources/exmap-console/
PKG_ARCH_DEPENDS:= !m68k
@@ -32,6 +32,7 @@ $(eval $(call PKG_template,EXMAPD,exmapd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEP
$(eval $(call PKG_template,EXMAPSERVER,exmapserver,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_EXMAPSERVER},${PKG_SECTION}))
$(eval $(call PKG_template,EXMAP_KMOD,exmap-kmod,${KERNEL_VERSION}+${PKG_VERSION}-${ADK_TARGET}-${PKG_RELEASE},,${PKGSD_EXMAP_KMOD},${PKGSC_EXMAP_KMOD}))
+AUTOTOOL_STYLE:= autoreconf
CONFIGURE_ARGS+= --disable-doc
CONFIGURE_ENV+= LIBS="-lncurses"