]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't install headers for libcupcgi, libcupsmime, or libcupsppdc.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 17 Oct 2018 20:12:46 +0000 (16:12 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 17 Oct 2018 20:12:46 +0000 (16:12 -0400)
cgi-bin/Makefile
ppdc/Makefile
scheduler/Makefile

index acf60b6c23f0d1e302f97e06707a3d8c451c1e1e..e25377e22d44d6c3f09a3e9dcc762146c19e64f4 100644 (file)
@@ -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
 
 
 #
index 4174e72e77e6cbb68e56652350e8293439700e90..138938c72e7644f090b292afecefc5a9685d5e93 100644 (file)
@@ -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
 
 
 #
index 3ba93aeecd1131183200a1b7540968f4e5ebd4d5..80314a65460657b5edf9ad3673fe2fca9fc09ced 100644 (file)
@@ -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
 
 
 #