mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
6c114bb1bd
(This used to be ctdb commit 30c8d69267a78e1d3dea0fcc936ee2939bb7a373)
11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
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
|
|
|