X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=0e416effccabb19f9db2ecee7581ad3328f399e9;hb=0f3edecac7b5c9afa639d6837b9899b2baafce98;hp=ae92ff3e3b6d2c71ae86293466c53c2eb694187b;hpb=dba66b4bec94a908cd35a5537209db255fa5fa33;p=platform%2Fupstream%2Fatk.git diff --git a/Makefile.am b/Makefile.am index ae92ff3..0e416ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,20 @@ # Process this file with automake to create Makefile.in. +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS=atk +SUBDIRS = atk tests docs po win32 -EXTRA_DIST = \ - atk.pc.in +EXTRA_DIST = \ + MAINTAINERS \ + atk.pc.in \ + 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.pc \ + atk-zip.sh