diff options
author | Michael R Sweet <michaelrsweet@gmail.com> | 2018-01-22 21:23:24 -0500 |
---|---|---|
committer | Michael R Sweet <michaelrsweet@gmail.com> | 2018-01-22 21:23:24 -0500 |
commit | fd96ad89ffb189935d8ab1193590070e80bf64de (patch) | |
tree | 630683cfb0c858b29fe076fc3d0ad2bf4675caaf /cups/Makefile | |
parent | efb40dcacf6a5ee8844b5905e15ec7b309ab7be2 (diff) | |
download | cups-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/Makefile | 2 |
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 \ |