diff options
author | Michael R Sweet <michaelrsweet@gmail.com> | 2018-01-18 17:20:18 -0500 |
---|---|---|
committer | Michael R Sweet <michaelrsweet@gmail.com> | 2018-01-18 17:20:18 -0500 |
commit | 123979a9db0cec406d710e3b89f351f2e98cb686 (patch) | |
tree | 7e286a192a915b863f2122244393b58be8a6e160 /test/Dependencies | |
parent | 342395f9d1b6146b5c82132b18ee0cc6cd294f8c (diff) | |
download | cups-123979a9db0cec406d710e3b89f351f2e98cb686.tar.gz |
Move libcupsimage to the "cups" subdirectory, along with its unit tests and
benchmark.
Diffstat (limited to 'test/Dependencies')
-rw-r--r-- | test/Dependencies | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/Dependencies b/test/Dependencies index 031b4113c..de6eeb90d 100644 --- a/test/Dependencies +++ b/test/Dependencies @@ -2,9 +2,8 @@ ippfind.o: ippfind.c ../cups/cups-private.h ../cups/string-private.h \ ../config.h ../cups/debug-private.h ../cups/versioning.h \ ../cups/array-private.h ../cups/array.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/thread-private.h + ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \ + ../cups/cups.h ../cups/file.h ../cups/pwg.h ../cups/thread-private.h ippserver.o: ippserver.c ../config.h ../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 \ @@ -13,6 +12,6 @@ ipptool.o: ipptool.c ../cups/cups-private.h ../cups/string-private.h \ ../config.h ../cups/debug-private.h ../cups/versioning.h \ ../cups/array-private.h ../cups/array.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/thread-private.h ../cups/file-private.h + ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \ + ../cups/cups.h ../cups/file.h ../cups/pwg.h ../cups/thread-private.h \ + ../cups/file-private.h |