From c2deade61edc73bdbed1e065b903504dcd3c4a64 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 8 Aug 2023 10:06:55 -0400 Subject: [PATCH] Makefile.am: include gdk_pixbuf_get_from_surface.h in the tarball --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 94cb04b..7912a93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,3 +27,7 @@ noinst_PROGRAMS = svg2png svg2png_SOURCES = $(libpixbufloader_svg_la_SOURCES) svg2png_CPPFLAGS = $(libpixbufloader_svg_la_CPPFLAGS) svg2png_LDADD = $(libpixbufloader_svg_la_LIBADD) + + +# Miscellaneous +EXTRA_DIST = gdk_pixbuf_get_from_surface.h -- 2.43.2