X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=edc69760f23e5ceb68b8bb42c09d1ae937d932da;hb=91469053dfedda0b56fd9eb62a234ccdf68cc6ad;hp=608af6c17d06df27bc278c1c1f005e4f880d8eb4;hpb=cdca5df66ffc95ce6451f8e9b989b557a7d83a46;p=platform%2Fupstream%2Fatk.git diff --git a/Makefile.am b/Makefile.am index 608af6c..edc6976 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,28 @@ # 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 + +meson_dist_files = \ + meson_options.txt \ + meson.build \ + atk/meson.build \ + docs/meson.build \ + docs/xml/meson.build \ + docs/xml/gtkdocentities.ent.in \ + po/meson.build \ + tests/meson.build \ + $() EXTRA_DIST = \ - atk-uninstalled.pc.in \ - atk.pc.in + MAINTAINERS \ + atk.pc.in \ + config.h.win32 \ + $(meson_dist_files) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = atk.pc + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection + +DISTCLEANFILES = atk.pc