11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
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
|
|
|