summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@linux-e5s4.suse>2017-06-19 22:00:52 -0500
committerMike Gorse <mgorse@linux-e5s4.suse>2017-06-19 22:03:41 -0500
commit24b891b394e63908d23b97c2d48edc1be219b521 (patch)
treed11e3386296bd1c3665b69155cb7118ed9b7c06e /dbind
parent0cac5eae9a00b8b6ff821643b719fba629f90e01 (diff)
downloadat-spi2-core-24b891b394e63908d23b97c2d48edc1be219b521.tar.gz
Add meson build files to Makefile.am
Fix typo
Diffstat (limited to 'dbind')
-rw-r--r--dbind/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
index 201570a4..6594e3e3 100644
--- a/dbind/Makefile.am
+++ b/dbind/Makefile.am
@@ -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