Fix the build on platforms that use our internal popt.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 13 Apr 2002 11:45:33 +0000 (11:45 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 13 Apr 2002 11:45:33 +0000 (11:45 +0000)
(This used to be commit 3261a210dd0f89e3a8b8524747fa182bcc84bf9f)

source3/Makefile.in

index 476997512fa4671f63a36b195fec2beb9838127c..ae897782885f3d1b5e6b4a8d884f89811a225e22 100644 (file)
@@ -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 $@