summaryrefslogtreecommitdiff
path: root/cups/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2018-01-22 21:23:24 -0500
committerMichael R Sweet <michaelrsweet@gmail.com>2018-01-22 21:23:24 -0500
commitfd96ad89ffb189935d8ab1193590070e80bf64de (patch)
tree630683cfb0c858b29fe076fc3d0ad2bf4675caaf /cups/Makefile
parentefb40dcacf6a5ee8844b5905e15ec7b309ab7be2 (diff)
downloadcups-fd96ad89ffb189935d8ab1193590070e80bf64de.tar.gz
Add (ASCII) IPP data file parser to libcups, to be used by ippserver and
ipptool.
Diffstat (limited to 'cups/Makefile')
-rw-r--r--cups/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/Makefile b/cups/Makefile
index 0715dba21..866b413ec 100644
--- a/cups/Makefile
+++ b/cups/Makefile
@@ -46,6 +46,8 @@ LIBOBJS = \
http-addrlist.o \
http-support.o \
ipp.o \
+ ipp-file.o \
+ ipp-vars.o \
ipp-support.o \
langprintf.o \
language.o \