summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index c6475af8..00000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,39 +0,0 @@
-NULL =
-
-AM_CPPFLAGS = \
- -I. \
- -I.. \
- -I$(top_srcdir)/common \
- $(COMMON_CFLAGS) \
- $(NULL)
-
-TESTS = \
- m-common \
- $(NULL)
-
-if HAVE_CHECK
-noinst_PROGRAMS = \
- $(TESTS) \
- $(NULL)
-endif
-
-m_common_SOURCES = \
- m-common.c \
- s-common-address.c \
- s-common-address.h \
- s-common.c \
- s-common.h \
- $(NULL)
-
-m_common_CFLAGS = \
- @CHECK_CFLAGS@ \
- $(COMMON_CFLAGS) \
- $(NULL)
-
-m_common_LDADD = \
- $(top_builddir)/common/libgdmcommon.la \
- @CHECK_LIBS@ \
- $(COMMON_LIBS) \
- $(EXTRA_TEST_LIBS) \
- $(NULL)
-