summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-04-13 11:45:33 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-04-13 11:45:33 +0000
commit81408df9cf23c50756deb3b61c9e00fb762edd60 (patch)
tree71156518546a59b482805e11d7021b4a7bedc9c6 /source3/Makefile.in
parentd0821f99a693cf9aef8c50d2639c5ca772becae1 (diff)
downloadsamba-81408df9cf23c50756deb3b61c9e00fb762edd60.tar.gz
samba-81408df9cf23c50756deb3b61c9e00fb762edd60.tar.bz2
samba-81408df9cf23c50756deb3b61c9e00fb762edd60.zip
Fix the build on platforms that use our internal popt.
(This used to be commit 3261a210dd0f89e3a8b8524747fa182bcc84bf9f)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 476997512f..ae89778288 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -640,7 +640,7 @@ bin/smbpasswd: $(SMBPASSWD_OBJ) bin/.dummy
bin/pdbedit: $(PDBEDIT_OBJ) bin/.dummy
@echo Linking $@
- @$(CC) $(FLAGS) -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS)
+ @$(CC) $(FLAGS) -o $@ $(PDBEDIT_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) @BUILD_POPT@
bin/smbgroupedit: $(SMBGROUPEDIT_OBJ) bin/.dummy
@echo Linking $@