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

if test x"$POPT_OBJ" = "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