1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work on

systems other than linux.

Andrew Bartlett
(This used to be commit 80f1f68b6f)
This commit is contained in:
Andrew Bartlett 2002-11-04 02:49:20 +00:00
parent 6214457499
commit 99cd4b52a7

View File

@ -619,11 +619,11 @@ bin/.dummy:
bin/smbd: $(SMBD_OBJ) bin/.dummy
@echo Linking $@
@$(CC) $(FLAGS) -o $@ $(SMBD_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINTLIBS) \
$(AUTHLIBS) $(LIBS)
$(AUTHLIBS) $(LIBS) @BUILD_POPT@
bin/nmbd: $(NMBD_OBJ) bin/.dummy
@echo Linking $@
@$(CC) $(FLAGS) -o $@ $(NMBD_OBJ) $(LDFLAGS) $(LIBS)
@$(CC) $(FLAGS) -o $@ $(NMBD_OBJ) $(LDFLAGS) $(LIBS) @BUILD_POPT@
bin/wrepld: $(WREPL_OBJ) bin/.dummy
@echo Linking $@