mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
354bf04db9
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
|
|
|