From: Michael R Sweet Date: Tue, 24 Oct 2023 13:39:12 +0000 (-0400) Subject: Fix 'make install' for base.h (Issue #809) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2001242856ee8fa4c479b2357ce635eb8e819e48;p=thirdparty%2Fcups.git Fix 'make install' for base.h (Issue #809) --- diff --git a/cups/Makefile b/cups/Makefile index c6edfc913d..f681f50ec9 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -131,6 +131,7 @@ OBJS = \ COREHEADERS = \ array.h \ + base.h \ cups.h \ dir.h \ dnssd.h \ @@ -144,8 +145,7 @@ COREHEADERS = \ pwg.h \ raster.h \ thread.h \ - transcode.h \ - versioning.h + transcode.h DRIVERHEADERS = \ adminutil.h \