r9897: fix build with --enable-socket-wrapper
authorGünther Deschner <gd@samba.org>
Thu, 1 Sep 2005 15:10:03 +0000 (15:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:03:27 +0000 (11:03 -0500)
Guenther
(This used to be commit 56b84995bbdf17a03b81fff49f48aa3861c7332d)

source3/Makefile.in

index f0bd8032cd545bd90036f5a3e51f6e64073f1790..760c8287fbb2ff425fa13a6d280be33b564058df 100644 (file)
@@ -865,7 +865,7 @@ bin/net@EXEEXT@: $(NET_OBJ) @BUILD_POPT@ bin/.dummy
 
 bin/profiles@EXEEXT@: $(PROFILES_OBJ) @BUILD_POPT@ bin/.dummy
        @echo Linking $@
-       @$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(PROFILES_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ @SOCKWRAP@
+       @$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(PROFILES_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@
 
 bin/smbspool@EXEEXT@: $(CUPS_OBJ) bin/.dummy
        @echo Linking $@