Add meson build files to Makefile.am
authorMike Gorse <mgorse@linux-e5s4.suse>
Tue, 20 Jun 2017 03:00:52 +0000 (22:00 -0500)
committerMike Gorse <mgorse@linux-e5s4.suse>
Tue, 20 Jun 2017 03:03:41 +0000 (22:03 -0500)
Fix typo

Makefile.am
atspi/Makefile.am
bus/Makefile.am
dbind/Makefile.am
registryd/Makefile.am

index 48c87df..dff484a 100644 (file)
@@ -10,7 +10,9 @@ SUBDIRS = po dbind xml atspi bus registryd doc test
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 EXTRA_DIST = \
-       atspi-2.pc.in
+       atspi-2.pc.in \
+       meson.build \
+       meson_options.txt
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = atspi-2.pc
index f6c45fa..40dcdb3 100644 (file)
@@ -4,7 +4,8 @@ BUILT_SOURCES =
 
 CLEANFILES =
 DISTCLEANFILES =
-EXTRA_DIST =
+EXTRA_DIST = \
+       meson.build
 
 lib_LTLIBRARIES += libatspi.la
 
index d5250dc..688f82a 100644 (file)
@@ -1,6 +1,7 @@
 CLEANFILES =
 DISTCLEANFILES =
-EXTRA_DIST =
+EXTRA_DIST = \
+       meson.build
 
 libexec_PROGRAMS = at-spi-bus-launcher
 at_spi_bus_launcher_SOURCES = at-spi-bus-launcher.c
index 201570a..6594e3e 100644 (file)
@@ -21,4 +21,7 @@ dbtest_SOURCES = dbtest.c ../atspi/atspi-gmain.c
 dbtest_LDFLAGS = libdbind.la
 dbtest_LDADD = $(DBUS_LIBS)
 
+EXTRA_DIST = \
+       meson.build
+
 -include $(top_srcdir)/git.mk
index b30d185..6da1a78 100644 (file)
@@ -1,4 +1,5 @@
-EXTRA_DIST =
+EXTRA_DIST = \
+       meson.build
 
 libexec_PROGRAMS = at-spi2-registryd