From: Michael R Sweet Date: Thu, 25 Oct 2018 17:09:46 +0000 (-0400) Subject: Need to install debug-private.h as a private header. X-Git-Tag: v2.3b6~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82428176f5b092c51cf9288c0a3fc0313c33d439;p=thirdparty%2Fcups.git Need to install debug-private.h as a private header. --- diff --git a/cups/Makefile b/cups/Makefile index 37a80563fb..7c31019e69 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -128,6 +128,7 @@ HEADERS = \ HEADERSPRIV = \ array-private.h \ cups-private.h \ + debug-private.h \ file-private.h \ http-private.h \ ipp-private.h \