diff options
Diffstat (limited to 'comms/openobex')
-rw-r--r-- | comms/openobex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index c2185ce391d1..fa6ea32cd9cb 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -15,8 +15,9 @@ MAINTAINER= mad@madpilot.net COMMENT= Open source implementation of the OBEX protocol USE_AUTOCONF_VER= 253 +USE_AUTOHEADER_VER= 253 WANT_AUTOMAKE_VER= 14 -WANT_LIBTOOL_VER= 15 +USE_LIBTOOL_VER= 15 USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |