summaryrefslogtreecommitdiff
path: root/backend/Makefile
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-09-22 22:13:21 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-09-22 22:13:21 +0000
commit7cf5915ead7c80b3011a37eaade214568d938f5b (patch)
tree54222dc1e2b1c447232301c6441769d2364f08b6 /backend/Makefile
parent030ae6a14e49fda8ca30a2c0e065600c3984081a (diff)
downloadcups-7cf5915ead7c80b3011a37eaade214568d938f5b.tar.gz
Merge changes from CUPS 1.5svn-r9313.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2683 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend/Makefile')
-rw-r--r--backend/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/backend/Makefile b/backend/Makefile
index 6b217462f..1cca9836d 100644
--- a/backend/Makefile
+++ b/backend/Makefile
@@ -22,11 +22,11 @@ include ../Makedefs
#
RBACKENDS = ipp lpd $(DNSSD_BACKEND)
-UBACKENDS = $(PAP) $(LEGACY_BACKENDS) serial snmp socket usb
+UBACKENDS = $(LEGACY_BACKENDS) serial snmp socket usb
UNITTESTS = test1284 testbackend testsupplies
TARGETS = libbackend.a $(RBACKENDS) $(UBACKENDS)
LIBOBJS = ieee1284.o network.o runloop.o snmp-supplies.o
-OBJS = ipp.o lpd.o dnssd.o pap.o parallel.o serial.o snmp.o \
+OBJS = ipp.o lpd.o dnssd.o parallel.o serial.o snmp.o \
socket.o test1284.o testbackend.o testsupplies.o usb.o
@@ -208,15 +208,6 @@ lpd: lpd.o ../cups/$(LIBCUPS) libbackend.a
#
-# pap
-#
-
-pap: pap.o ../cups/$(LIBCUPS)
- echo Linking $@...
- $(CC) $(LDFLAGS) -o pap pap.o $(BACKLIBS) $(LIBS) -framework AppleTalk
-
-
-#
# parallel
#