From 9fd217fc95eda803feaf0ba97f2231870e0111f1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 17 Oct 2018 16:12:46 -0400 Subject: Don't install headers for libcupcgi, libcupsmime, or libcupsppdc. --- cgi-bin/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cgi-bin') diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile index acf60b6c2..e25377e22 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 # -- cgit v1.2.3