]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/Makefile
Merge pull request #4887 from jschwender/patch-3
[thirdparty/cups.git] / cups / Makefile
index f41269c24ae8fbee34e52e0725c3c810c9cbf1b4..ba9bbed4bbbdb34d4b5ef01b95adb68b663179cb 100644 (file)
@@ -85,6 +85,7 @@ TESTOBJS      = \
                testarray.o \
                testcache.o \
                testconflicts.o \
+               testcreds.o \
                testcups.o \
                testdest.o \
                testfile.o \
@@ -153,6 +154,7 @@ UNITTARGETS =       \
                testarray \
                testcache \
                testconflicts \
+               testcreds \
                testcups \
                testdest \
                testfile \
@@ -417,6 +419,16 @@ testconflicts:     testconflicts.o $(LIBCUPSSTATIC)
                $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
 
 
+#
+# testcreds (dependency on static CUPS library is intentional)
+#
+
+testcreds:     testcreds.o $(LIBCUPSSTATIC)
+       echo Linking $@...
+       $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ testcreds.o $(LIBCUPSSTATIC) \
+               $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
+
+
 #
 # testcups (dependency on static CUPS library is intentional)
 #