From 69aaccde3bd7279d164f18343be0fc3c4ac6feb8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 25 Nov 2001 12:46:14 +0000 Subject: move popt out of proto objs (This used to be commit db0bee1c68d8d9af3febb841c86cd3d4ade87c7b) --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 682b478c6c..9dcde2f28f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -320,7 +320,7 @@ CLIENT_OBJ = client/client.o client/clitar.o \ $(READLINE_OBJ) NET_OBJ = utils/net.o utils/net_ads.o \ - $(LIBSMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) @BUILD_POPT@ + $(LIBSMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) CUPS_OBJ = client/smbspool.o $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) @@ -556,7 +556,7 @@ bin/smbclient: $(CLIENT_OBJ) bin/.dummy bin/net: $(NET_OBJ) bin/.dummy @echo Linking $@ - @$(CC) $(FLAGS) -o $@ $(NET_OBJ) $(LDFLAGS) $(LIBS) + @$(CC) $(FLAGS) -o $@ $(NET_OBJ) $(LDFLAGS) $(LIBS) @BUILD_POPT@ bin/smbspool: $(CUPS_OBJ) bin/.dummy @echo Linking $@ -- cgit