]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / Makefile
index 58d3621147ffbf7e4a4d8031fd24d7459bede7f3..2eb297051559daa3e825549cb3a049ef88e5226f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5868 2006-08-23 19:39:39Z mike $"
+# "$Id: Makefile 5940 2006-09-11 18:30:09Z mike $"
 #
 #   Scheduler Makefile for the Common UNIX Printing System (CUPS).
 #
@@ -62,6 +62,7 @@ OBJS  =       \
                testlpd.o \
                testmime.o \
                testspeed.o \
+               testsub.o \
                util.o
 TARGETS        =       \
                cupsd \
@@ -73,7 +74,8 @@ TARGETS       =       \
                testdirsvc \
                testlpd \
                testmime \
-               testspeed
+               testspeed \
+               testsub
 
 
 #
@@ -282,6 +284,16 @@ testspeed: testspeed.o ../cups/libcups.a
                $(COMMONLIBS) $(LIBZ) $(SSLLIBS)
 
 
+#
+# Make the test program, "testsub".
+#
+
+testsub:       testsub.o ../cups/libcups.a
+       echo Linking $@...
+       $(CC) $(LDFLAGS) -o testsub testsub.o ../cups/libcups.a \
+               $(LIBGSSAPI) $(SSLLIBS) $(COMMONLIBS) $(LIBZ)
+
+
 #
 # Dependencies...
 #
@@ -290,5 +302,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 5868 2006-08-23 19:39:39Z mike $".
+# End of "$Id: Makefile 5940 2006-09-11 18:30:09Z mike $".
 #