diff options
| author | Michael Biebl <biebl@debian.org> | 2015-12-24 00:25:15 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-12-24 00:25:15 +0100 |
| commit | 95fc418c29eaf71c43ee0dddc4515580b9ec1461 (patch) | |
| tree | c785190da048e63173bd573d7e8c565f3d28488d /src/platform/tests/Makefile.am | |
| parent | 46654959ce8acc3b92a92e931920365c3b2dab0d (diff) | |
| parent | 54f6333410ffd570e62717d9e77c5c987175e397 (diff) | |
Merge tag 'upstream/1.0.10'
Upstream version 1.0.10
Diffstat (limited to 'src/platform/tests/Makefile.am')
| -rw-r--r-- | src/platform/tests/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/platform/tests/Makefile.am b/src/platform/tests/Makefile.am index 35aa098a..085f56ca 100644 --- a/src/platform/tests/Makefile.am +++ b/src/platform/tests/Makefile.am @@ -31,9 +31,7 @@ PLATFORM_LDADD = \ @GNOME_CODE_COVERAGE_RULES@ noinst_PROGRAMS = \ - dump \ monitor \ - platform \ test-link-fake \ test-link-linux \ test-address-fake \ @@ -50,12 +48,6 @@ EXTRA_DIST = test-common.h monitor_SOURCES = monitor.c $(PLATFORM_SOURCES) monitor_LDADD = $(PLATFORM_LDADD) -dump_SOURCES = dump.c $(PLATFORM_SOURCES) -dump_LDADD = $(PLATFORM_LDADD) - -platform_SOURCES = platform.c $(PLATFORM_SOURCES) -platform_LDADD = $(PLATFORM_LDADD) - test_link_fake_SOURCES = test-link.c $(TEST_SOURCES) test_link_fake_CPPFLAGS = \ $(AM_CPPFLAGS) \ |