summaryrefslogtreecommitdiff
path: root/ppdc
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 /ppdc
parent739bae4ea30d7383565c6ac047b4c316c5a29aef (diff)
downloadcups-9fd217fc95eda803feaf0ba97f2231870e0111f1.tar.gz
Don't install headers for libcupcgi, libcupsmime, or libcupsppdc.
Diffstat (limited to 'ppdc')
-rw-r--r--ppdc/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/ppdc/Makefile b/ppdc/Makefile
index 4174e72e7..138938c72 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
#