summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: bfb5bfc963cae4c40f487af83b1e3bfbf353ffe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include $(top_srcdir)/Makefile.decl

SUBDIRS = gdk-pixbuf po docs tests contrib

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gdk-pixbuf-2.0.pc

ACLOCAL_AMFLAGS = -I m4

DISTCLEANFILES = 		\
	gdk-pixbuf-2.0.pc

DISTCHECK_CONFIGURE_FLAGS = 	\
	--enable-gtk-doc	\
	--enable-man		\
	--enable-introspection

-include $(top_srcdir)/git.mk