summaryrefslogtreecommitdiff
path: root/source4/lib/popt/samba.m4
blob: d9f62f28d785fe5f91e7a158bd9f57e4e9de4929 (plain)
1
2
3
4
5
6
7
8
9
10
m4_include(lib/popt/libpopt.m4)

if test x"$POPTOBJ" = "x"; then
	SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}])
	SMB_ENABLE(LIBPOPT,YES)
else
	SMB_SUBSYSTEM(LIBPOPT,
	[lib/popt/findme.o lib/popt/popt.o lib/popt/poptconfig.o lib/popt/popthelp.o lib/popt/poptparse.o], [], [-I$srcdir/lib/popt])
fi