diff options
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 4fb5e0b07f..4e7d780de4 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/Makefile.decl SUBDIRS = pixops @@ -482,7 +483,7 @@ distclean-local: rm -f $(MAINTAINERCLEANFILES); \ fi -EXTRA_DIST = \ +EXTRA_DIST += \ gdk-pixbuf-csource.1 \ makefile.msc \ gdk-pixbuf.symbols \ |