X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=edc69760f23e5ceb68b8bb42c09d1ae937d932da;hb=45716bcd661f8a015de4940c4c2a572c4f84828b;hp=4da774f0b7261dccae2277f857de1ddd99e38289;hpb=70f373359027afced7afda327825507745338dc2;p=platform%2Fupstream%2Fatk.git diff --git a/Makefile.am b/Makefile.am index 4da774f..edc6976 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,28 @@ # Process this file with automake to create Makefile.in. +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS=atk tests +SUBDIRS = atk tests docs po win32 -EXTRA_DIST = \ - atk.pc.in +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 = \ + 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