summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2017-10-30 11:43:56 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2017-10-30 11:43:56 -0500
commit840cbcb3b84b8fe8ea76b32ef6c775cebb66d193 (patch)
treecf01743a6159ad47acd4f42c0bceafe8537a087f /dbind
parent832febae6759636ce7abf98a93738d60a9726a3b (diff)
downloadat-spi2-core-840cbcb3b84b8fe8ea76b32ef6c775cebb66d193.tar.gz
Drop autotools support
Diffstat (limited to 'dbind')
-rw-r--r--dbind/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
deleted file mode 100644
index 6594e3e3..00000000
--- a/dbind/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-noinst_LTLIBRARIES = libdbind.la
-
-AM_CPPFLAGS = \
- -DG_LOG_DOMAIN=\"dbind\" \
- -I$(top_srcdir) \
- $(WARN_CFLAGS) \
- $(DBUS_CFLAGS) \
- $(GLIB_CFLAGS)
-
-libdbind_la_SOURCES = \
- dbind.h \
- dbind.c \
- dbind-any.h \
- dbind-any.c
-libdbind_la_LIBADD = $(DBUS_LIBS) $(GLIB_LIBS)
-
-TESTS = dbtest
-
-check_PROGRAMS = dbtest
-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