summaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-17 16:12:46 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-17 16:12:46 -0400
commit9fd217fc95eda803feaf0ba97f2231870e0111f1 (patch)
tree4469b944cdc97161e8a649b04bba08af571d11ac /cgi-bin
parent739bae4ea30d7383565c6ac047b4c316c5a29aef (diff)
downloadcups-9fd217fc95eda803feaf0ba97f2231870e0111f1.tar.gz
Don't install headers for libcupcgi, libcupsmime, or libcupsppdc.
Diffstat (limited to 'cgi-bin')
-rw-r--r--cgi-bin/Makefile7
1 files changed, 0 insertions, 7 deletions
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
#