summaryrefslogtreecommitdiff
path: root/cups/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cups/Makefile')
-rw-r--r--cups/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/cups/Makefile b/cups/Makefile
index 87d85babc..4e2aa6d37 100644
--- a/cups/Makefile
+++ b/cups/Makefile
@@ -106,6 +106,7 @@ TESTOBJS = \
testpwg.o \
testraster.o \
testsnmp.o \
+ testthreads.o \
tlscheck.o
OBJS = \
$(LIBOBJS) \
@@ -191,6 +192,7 @@ UNITTARGETS = \
testpwg \
testraster \
testsnmp \
+ testthreads \
tlscheck
TARGETS = \
@@ -701,6 +703,16 @@ testsnmp: testsnmp.o $(LIBCUPSSTATIC)
#
+# testthreads (dependency on static CUPS library is intentional)
+#
+
+testthreads: testthreads.o $(LIBCUPSSTATIC)
+ echo Linking $@...
+ $(LD_CC) $(ALL_LDFLAGS) -o $@ testthreads.o $(LINKCUPSSTATIC)
+ $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
+
+
+#
# tlscheck (dependency on static CUPS library is intentional)
#