From: Michael R Sweet Date: Wed, 17 Oct 2018 20:12:46 +0000 (-0400) Subject: Don't install headers for libcupcgi, libcupsmime, or libcupsppdc. X-Git-Tag: v2.3b6~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd217fc95eda803feaf0ba97f2231870e0111f1;p=thirdparty%2Fcups.git Don't install headers for libcupcgi, libcupsmime, or libcupsppdc. --- diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile index acf60b6c23..e25377e22d 100644 --- a/cgi-bin/Makefile +++ b/cgi-bin/Makefile @@ -122,13 +122,6 @@ install-exec: # install-headers: - if test "x$(privateinclude)" != x; then \ - echo Installing private header files into $(PRIVATEINCLUDE)...; \ - $(INSTALL_DIR) -m 755 $(PRIVATEINCLUDE); \ - for file in cgi.h help-index.h; do \ - $(INSTALL_DATA) $$file $(PRIVATEINCLUDE); \ - done; \ - fi # diff --git a/ppdc/Makefile b/ppdc/Makefile index 4174e72e77..138938c72e 100644 --- a/ppdc/Makefile +++ b/ppdc/Makefile @@ -149,11 +149,6 @@ install-exec: # install-headers: - if test "x$(privateinclude)" != x; then \ - echo Installing private header files into $(PRIVATEINCLUDE)...; \ - $(INSTALL_DIR) -m 755 $(PRIVATEINCLUDE); \ - $(INSTALL_DATA) ppdc.h $(PRIVATEINCLUDE); \ - fi # diff --git a/scheduler/Makefile b/scheduler/Makefile index 3ba93aeecd..80314a6546 100644 --- a/scheduler/Makefile +++ b/scheduler/Makefile @@ -238,11 +238,6 @@ install-exec: # install-headers: - if test "x$(privateinclude)" != x; then \ - echo Installing private header files into $(PRIVATEINCLUDE)...; \ - $(INSTALL_DIR) -m 755 $(PRIVATEINCLUDE); \ - $(INSTALL_DATA) mime.h $(PRIVATEINCLUDE); \ - fi #