1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-09 20:23:51 +03:00

r18326: these are not used anymore, I found the bug on *BSD

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 commit is contained in:
Stefan Metzmacher
2006-09-10 10:58:15 +00:00
committed by Gerald (Jerry) Carter
parent 6e7e151432
commit 97d73452c5

View File

@@ -1,11 +1,9 @@
m4_include(lib/popt/libpopt.m4)
if test x"$POPTOBJ" = "x"; then
echo "LIBPOPT as EXT_LIB"
SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}])
SMB_ENABLE(LIBPOPT,YES)
else
echo "LIBPOPT as SUBSYSTEM"
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