summaryrefslogtreecommitdiffstats
path: root/debian/opensync/opensync-0.22/tests/mock-plugin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'debian/opensync/opensync-0.22/tests/mock-plugin/Makefile.am')
-rw-r--r--debian/opensync/opensync-0.22/tests/mock-plugin/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/opensync/opensync-0.22/tests/mock-plugin/Makefile.am b/debian/opensync/opensync-0.22/tests/mock-plugin/Makefile.am
deleted file mode 100644
index 675bd581..00000000
--- a/debian/opensync/opensync-0.22/tests/mock-plugin/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-INCLUDES = @PACKAGE_CFLAGS@ -I$(top_srcdir)
-
-AM_CFLAGS = -Wall -Werror @XML_CFLAGS@ @GCOV_CFLAGS@
-AM_LDFLAGS = -rpath @libdir@
-
-EXTRA_DIST = mock_sync.h Makefile.in
-
-if ENABLE_TESTS
-formatsdir=@OPENSYNC_FORMATSDIR@
-formats_LTLIBRARIES = mockformat.la
-
-pluginsdir=@OPENSYNC_PLUGINDIR@
-plugins_LTLIBRARIES = mock_sync.la
-endif
-
-mock_sync_la_SOURCES = mock_sync.c
-mock_sync_la_LDFLAGS = -avoid-version -export-dynamic -module @GCOV_LDFLAGS@
-mock_sync_la_LIBADD = @PACKAGE_LIBS@ @LIBS@
-
-mockformat_la_SOURCES = mock_format.c
-mockformat_la_LDFLAGS = -avoid-version -export-dynamic -module @GCOV_LDFLAGS@
-mockformat_la_LIBADD = @PACKAGE_LIBS@ @LIBS@