summaryrefslogtreecommitdiff
path: root/source/lib/popt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-13 10:20:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:36 -0500
commitc78a2ddb28ec50d6570a83b1f66f18a5c3621731 (patch)
tree586a45f6e55e41f8d35e212d2944caeeff1a9f21 /source/lib/popt
parent09096cfc3e1b35b4ac944cf84bfdec6ee44e06bf (diff)
downloadsamba-c78a2ddb28ec50d6570a83b1f66f18a5c3621731.tar.gz
r665: merge over the new build system from my tmp branch
to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze
Diffstat (limited to 'source/lib/popt')
-rw-r--r--source/lib/popt/config.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/source/lib/popt/config.m4 b/source/lib/popt/config.m4
index 6ac5d910794..5af1d08d205 100644
--- a/source/lib/popt/config.m4
+++ b/source/lib/popt/config.m4
@@ -33,8 +33,9 @@ else
AC_MSG_RESULT(no)
fi
+#hack
+LIBS="$LIBS ${TMP_LIBPOPT_LIBS}"
+
SMB_SUBSYSTEM(LIBPOPT,[],
[${TMP_LIBPOPT_OBJS}],
- [],
- [],
- [${TMP_LIBPOPT_LIBS}])
+ [])