summaryrefslogtreecommitdiff
path: root/cgi-bin/Makefile
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-15 01:21:40 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-15 01:21:40 +0000
commit1f0275e3cc0bc5fbe11e3bffd54581aa05c9c764 (patch)
treefac6166e65e5ecf207f69d77e00529a7337d91ac /cgi-bin/Makefile
parent4509bb49335b3edfdb1b03d83d6cd05890968b59 (diff)
downloadcups-1f0275e3cc0bc5fbe11e3bffd54581aa05c9c764.tar.gz
Merge changes from CUPS 1.4svn-r7715.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@859 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cgi-bin/Makefile')
-rw-r--r--cgi-bin/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile
index 53911d845..3ddc6cd65 100644
--- a/cgi-bin/Makefile
+++ b/cgi-bin/Makefile
@@ -35,7 +35,8 @@ OBJS = \
printers.o \
testcgi.o \
testhi.o \
- testtemplate.o
+ testtemplate.o \
+ websearch.o
CGIS = \
admin.cgi \
classes.cgi \
@@ -48,7 +49,8 @@ LIBTARGETS = \
$(LIB32CUPSCGI) \
$(LIB32CUPSCGI) \
testcgi \
- testhi
+ testhi \
+ websearch
TARGETS = \
$(LIBTARGETS) \
@@ -391,6 +393,16 @@ testtemplate: testtemplate.o ../Makedefs libcupscgi.a ../cups/libcups.a
#
+# websearch
+#
+
+websearch: websearch.o ../Makedefs libcupscgi.a ../cups/libcups.a
+ echo Linking $@...
+ $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ websearch.o libcupscgi.a \
+ ../cups/libcups.a $(COMMONLIBS) $(SSLLIBS) $(LIBZ) $(LIBGSSAPI)
+
+
+#
# Dependencies...
#