mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
it's the broken BSD make again where we endup with this: ... -c torture/libnet/libnet_rpc.c -o libnet/libnet_rpc.o metze (This used to be commit 97d73452c55c7110f25687d33e026f326a43b03c)
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
|
|
|