move popt out of proto objs
authorAndrew Tridgell <tridge@samba.org>
Sun, 25 Nov 2001 12:46:14 +0000 (12:46 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 25 Nov 2001 12:46:14 +0000 (12:46 +0000)
(This used to be commit db0bee1c68d8d9af3febb841c86cd3d4ade87c7b)

source3/Makefile.in

index 682b478c6ceb07a8b3fdd256287f7c2863003d90..9dcde2f28f094e4d286473df5f2d7c4328345b24 100644 (file)
@@ -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 $@