]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / backend / Makefile
index 92a721a7e5c72ceccdfc44fb71cf50da3fc3f463..8ec13cf7c304719f897f37fe7a6da0afb8741d72 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5044 2006-02-01 21:35:30Z mike $"
+# "$Id: Makefile 5047 2006-02-02 05:14:15Z mike $"
 #
 #   Backend makefile for the Common UNIX Printing System (CUPS).
 #
@@ -87,7 +87,8 @@ betest:       betest.o ../cups/$(LIBCUPS)
 
 test1284:      test1284.o ../cups/libcups.a
        echo Linking $@...
-       $(CC) $(LDFLAGS) -o test1284 test1284.o ../cups/libcups.a
+       $(CC) $(LDFLAGS) -o test1284 test1284.o ../cups/libcups.a \
+               $(SSLLIBS) $(COMMONLIBS) $(LIBZ)
 
 
 #
@@ -178,5 +179,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 5044 2006-02-01 21:35:30Z mike $".
+# End of "$Id: Makefile 5047 2006-02-02 05:14:15Z mike $".
 #