From: Michael Orlitzky Date: Tue, 8 Aug 2023 14:06:55 +0000 (-0400) Subject: Makefile.am: include gdk_pixbuf_get_from_surface.h in the tarball X-Git-Tag: 0.0.1~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=c2deade61edc73bdbed1e065b903504dcd3c4a64;p=libsvgtiny-pixbuf.git Makefile.am: include gdk_pixbuf_get_from_surface.h in the tarball --- 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