X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=aafb628f2ad51b6224f162e59fe4e6b7427c2b6f;hb=f6c36b463ca29379024899211f99477344578555;hp=608af6c17d06df27bc278c1c1f005e4f880d8eb4;hpb=cdca5df66ffc95ce6451f8e9b989b557a7d83a46;p=platform%2Fupstream%2Fatk.git diff --git a/Makefile.am b/Makefile.am index 608af6c..aafb628 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,25 @@ # Process this file with automake to create Makefile.in. +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS=atk tests docs +SUBDIRS=atk tests docs po win32 EXTRA_DIST = \ + MAINTAINERS \ atk-uninstalled.pc.in \ - atk.pc.in + atk.pc.in \ + atk.spec.in \ + atk.spec \ + atk-zip.sh.in \ + m4/introspection.m4 \ + config.h.win32 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = atk.pc + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection + +DISTCLEANFILES = \ + atk-uninstalled.pc \ + atk.pc \ + atk.pc.spec \ + atk-zip.sh