include registry/config.mk
include messaging/config.mk
include events/config.mk
-include popt/config.mk
include cmdline/config.mk
include socket_wrapper/config.mk
include appweb/config.mk
if test x"$INCLUDED_POPT" != x"no"; then
CPPFLAGS="$CPPFLAGS -I$srcdir/lib/popt"
SMB_SUBSYSTEM(LIBPOPT,
- [],
- [INT_LIB_POPT])
+ [lib/popt/findme.o lib/popt/popt.o lib/popt/poptconfig.o lib/popt/popthelp.o lib/popt/poptparse.o], [])
+
AC_MSG_RESULT(yes)
else
SMB_EXT_LIB(LIBPOPT, [${TMP_LIBPOPT_LIBS}])
+++ /dev/null
-##############################
-# Start SUBSYSTEM INT_LIB_POPT
-[SUBSYSTEM::INT_LIB_POPT]
-OBJ_FILES = findme.o \
- popt.o \
- poptconfig.o \
- popthelp.o \
- poptparse.o
-# End SUBSYSTEM INT_LIB_POPT
-##############################