X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=edc69760f23e5ceb68b8bb42c09d1ae937d932da;hb=45716bcd661f8a015de4940c4c2a572c4f84828b;hp=aafb628f2ad51b6224f162e59fe4e6b7427c2b6f;hpb=80f310a52682e71df05ccd98b0e79c7603f72164;p=platform%2Fupstream%2Fatk.git diff --git a/Makefile.am b/Makefile.am index aafb628..edc6976 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,25 +1,28 @@ # Process this file with automake to create Makefile.in. ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS=atk tests docs po win32 +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 = \ MAINTAINERS \ - atk-uninstalled.pc.in \ atk.pc.in \ - atk.spec.in \ - atk.spec \ - atk-zip.sh.in \ - m4/introspection.m4 \ - config.h.win32 + config.h.win32 \ + $(meson_dist_files) 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 +DISTCLEANFILES = atk.pc