summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-06-15 23:55:52 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-06-15 23:55:52 +0000
commitbda8f12ff551f24a6f2a8e8f7a120b2e0e45a269 (patch)
treea86d9fdc52a4a0fde878dc730dbc5eba45b79dc5
parent09754ec797c4232d2016c7eff2e74044f28ebb7c (diff)
downloadsamba-bda8f12ff551f24a6f2a8e8f7a120b2e0e45a269.tar.gz
samba-bda8f12ff551f24a6f2a8e8f7a120b2e0e45a269.tar.xz
samba-bda8f12ff551f24a6f2a8e8f7a120b2e0e45a269.zip
When adding popt to an application, you need to ensure it builds on non-popt
platforms :-)
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index bac1ef881cc..b48b7c1e112 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -618,7 +618,7 @@ bin/smbumount: $(UMOUNT_OBJ) bin/.dummy
bin/testparm: $(TESTPARM_OBJ) bin/.dummy
@echo Linking $@
- @$(CC) $(FLAGS) -o $@ $(TESTPARM_OBJ) $(LDFLAGS) $(LIBS)
+ @$(CC) $(FLAGS) -o $@ $(TESTPARM_OBJ) $(LDFLAGS) $(LIBS) @BUILD_POPT@
bin/testprns: $(TESTPRNS_OBJ) bin/.dummy
@echo Linking $@