From 123979a9db0cec406d710e3b89f351f2e98cb686 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 18 Jan 2018 17:20:18 -0500 Subject: Move libcupsimage to the "cups" subdirectory, along with its unit tests and benchmark. --- test/Dependencies | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'test') 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 -- cgit v1.2.1