From 2001242856ee8fa4c479b2357ce635eb8e819e48 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 24 Oct 2023 09:39:12 -0400 Subject: [PATCH] Fix 'make install' for base.h (Issue #809) --- cups/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.47.2