summaryrefslogtreecommitdiff
path: root/notifier
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-12-09 16:56:00 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-12-09 16:56:00 +0000
commitf787e1e3ff11339269bdc11e253af91e5961e013 (patch)
treeaa88a0248e61c56dc84696b544a455005cfddfff /notifier
parent7f2dc952e01cc1b063b2b46b4a6966659e1dc092 (diff)
downloadcups-f787e1e3ff11339269bdc11e253af91e5961e013.tar.gz
Do some code reorganization so that all of the PPD code is separate from the rest.
Note: cupsGetPPD* and friends are now in cups/ppd.h now - should not be an issue but was necessary to leave a clean break for future code. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13007 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'notifier')
-rw-r--r--notifier/Dependencies5
1 files changed, 2 insertions, 3 deletions
diff --git a/notifier/Dependencies b/notifier/Dependencies
index d844f9de4..a6bc42186 100644
--- a/notifier/Dependencies
+++ b/notifier/Dependencies
@@ -7,7 +7,7 @@ mailto.o: mailto.c ../cups/cups-private.h ../cups/string-private.h \
../cups/ipp.h ../cups/http.h ../cups/http-private.h ../cups/language.h \
../cups/md5-private.h ../cups/language-private.h ../cups/transcode.h \
../cups/pwg-private.h ../cups/cups.h ../cups/file.h ../cups/pwg.h \
- ../cups/ppd-private.h ../cups/ppd.h ../cups/thread-private.h
+ ../cups/thread-private.h
rss.o: rss.c ../cups/cups.h ../cups/file.h ../cups/versioning.h \
../cups/ipp.h ../cups/http.h ../cups/array.h ../cups/language.h \
../cups/pwg.h ../cups/string-private.h ../config.h \
@@ -18,5 +18,4 @@ testnotify.o: testnotify.c ../cups/cups-private.h \
../cups/ipp-private.h ../cups/ipp.h ../cups/http.h \
../cups/http-private.h ../cups/language.h ../cups/md5-private.h \
../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
- ../cups/cups.h ../cups/file.h ../cups/pwg.h ../cups/ppd-private.h \
- ../cups/ppd.h ../cups/thread-private.h
+ ../cups/cups.h ../cups/file.h ../cups/pwg.h ../cups/thread-private.h