added copies of libs so can be built standalone
[ctdb.git] / lib / popt / samba.m4
1 m4_include(lib/popt/libpopt.m4)
2
3 if test x"$POPTOBJ" = "x"; then
4         SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}])
5         SMB_ENABLE(LIBPOPT,YES)
6 else
7         SMB_SUBSYSTEM(LIBPOPT,
8         [lib/popt/findme.o lib/popt/popt.o lib/popt/poptconfig.o lib/popt/popthelp.o lib/popt/poptparse.o], [], [-Ilib/popt])
9 fi
10