summaryrefslogtreecommitdiff
path: root/backend/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 19:58:53 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 19:58:53 -0400
commitb94f7488e861c3119037efdf08257749fcce06b8 (patch)
tree69337d54eca699c6a330c4688a54d46e3bb8174b /backend/Makefile
parentd2d605ff778b36f672ff1881059510e806389a2d (diff)
downloadcups-b94f7488e861c3119037efdf08257749fcce06b8.tar.gz
Fix more issues with libtool support (Issue #5050)
Diffstat (limited to 'backend/Makefile')
-rw-r--r--backend/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/Makefile b/backend/Makefile
index 026d2a2ae..aeb33d846 100644
--- a/backend/Makefile
+++ b/backend/Makefile
@@ -208,7 +208,7 @@ uninstall:
test1284: test1284.o ../cups/$(LIBCUPSSTATIC)
echo Linking $@...
$(LD_CC) $(LDFLAGS) -o test1284 test1284.o ../cups/$(LIBCUPSSTATIC) \
- $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) $(LD_COMMONLIBS) $(LIBZ)
+ $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
#
@@ -218,7 +218,7 @@ test1284: test1284.o ../cups/$(LIBCUPSSTATIC)
testbackend: testbackend.o ../cups/$(LIBCUPSSTATIC)
echo Linking $@...
$(LD_CC) $(LDFLAGS) -o testbackend testbackend.o ../cups/$(LIBCUPSSTATIC) \
- $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) $(LD_COMMONLIBS) $(LIBZ)
+ $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
#
@@ -229,7 +229,7 @@ testsupplies: testsupplies.o libbackend.a ../cups/$(LIBCUPSSTATIC)
echo Linking $@...
$(LD_CC) $(LDFLAGS) -o testsupplies testsupplies.o libbackend.a \
../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
- $(LD_COMMONLIBS) $(LIBZ)
+ $(COMMONLIBS) $(LIBZ)
#
@@ -297,7 +297,7 @@ socket-static: socket.o ../cups/$(LIBCUPSSTATIC) libbackend.a
echo Linking $@...
$(LD_CC) $(LDFLAGS) -o socket-static socket.o libbackend.a \
../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
- $(LD_COMMONLIBS) $(LIBZ)
+ $(COMMONLIBS) $(LIBZ)
#