summaryrefslogtreecommitdiff
path: root/tests/gvdb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gvdb/Makefile.am')
-rw-r--r--tests/gvdb/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/gvdb/Makefile.am b/tests/gvdb/Makefile.am
deleted file mode 100644
index f89aea7cb..000000000
--- a/tests/gvdb/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-noinst_PROGRAMS += $(test_programs)
-
-test_programs = gvdb-test
-
-AM_CPPFLAGS = \
- $(BUILD_CFLAGS) \
- -I$(top_srcdir)/src \
- -I$(top_builddir)/src \
- $(GVDB_CFLAGS)
-
-gvdb_test_SOURCES = gvdb-test.c
-gvdb_test_LDADD = \
- $(top_builddir)/src/gvdb/libgvdb.la \
- $(BUILD_LIBS) \
- $(GVDB_LIBS)
-
-EXTRA_DIST += meson.build