summaryrefslogtreecommitdiff
path: root/systemv/Makefile
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-18 18:47:53 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-18 18:47:53 +0000
commit66ab9486ef18d7ba64b3560f8c865f740ce6cf49 (patch)
treef7fd8838683340810d5b286548dffead5202729e /systemv/Makefile
parent1f0275e3cc0bc5fbe11e3bffd54581aa05c9c764 (diff)
downloadcups-66ab9486ef18d7ba64b3560f8c865f740ce6cf49.tar.gz
Merge CUPS 1.4svn-r7762.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@868 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'systemv/Makefile')
-rw-r--r--systemv/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/systemv/Makefile b/systemv/Makefile
index 1c8a8e3a7..5b906e6c9 100644
--- a/systemv/Makefile
+++ b/systemv/Makefile
@@ -195,6 +195,11 @@ cupstestppd: cupstestppd.o ../cups/$(LIBCUPS) ../filter/$(LIBCUPSIMAGE)
echo Linking $@...
$(CC) $(LDFLAGS) -o $@ cupstestppd.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS)
+cupstestppd-static: cupstestppd.o ../cups/libcups.a ../filter/libcupsimage.a
+ echo Linking $@...
+ $(CC) $(LDFLAGS) -o $@ cupstestppd.o ../filter/libcupsimage.a \
+ ../cups/libcups.a $(IMGLIBS) $(LIBGSSAPI) $(LIBS) $(LIBZ)
+
#
# lp