]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix 'make install' for base.h (Issue #809)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 24 Oct 2023 13:39:12 +0000 (09:39 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 24 Oct 2023 13:39:12 +0000 (09:39 -0400)
cups/Makefile

index c6edfc913dabc60ab875ff48bb6cba5b2d733839..f681f50ec933008177698d3b654320ae517b8d32 100644 (file)
@@ -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 \