summaryrefslogtreecommitdiff
path: root/source4/lib/popt/samba.m4
blob: 86a79f1c6a216e12212f0f1016c1175a1c5f0166 (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], [], [-Ilib/popt])
fi