diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-01-25 13:26:14 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-02-09 09:03:16 +0100 |
commit | 65a1f98c1bbb1837222e2eca4a457e66cf867b6e (patch) | |
tree | 891f2f4e50afef883588e2ab9c31db850dc93cbd /drumgizmo/input/test/Makefile.am | |
parent | c970d83d7394e73f4bdff9c69a186ec91ac5f9de (diff) |
Removed outdated files
Diffstat (limited to 'drumgizmo/input/test/Makefile.am')
-rw-r--r-- | drumgizmo/input/test/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/drumgizmo/input/test/Makefile.am b/drumgizmo/input/test/Makefile.am deleted file mode 100644 index 35466ab..0000000 --- a/drumgizmo/input/test/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ - -testsources = \ - test.cc - -if HAVE_INPUT_TEST - -testltlibs = test.la -testbuildsources = $(testsources) - -else - -testltlibs = -testbuildsources = - -endif - -EXTRA_DIST = $(testsources) - -lib_LTLIBRARIES = $(testltlibs) - -libdir = $(INPUT_PLUGIN_DIR) - -AM_CPPFLAGS = -I$(top_srcdir)/include -test_la_LDFLAGS = -module -avoid-version -shared -test_la_LIBADD = -test_la_SOURCES = $(testbuildsources) - -install-exec-hook: - rm -f $(DESTDIR)$(libdir)/test.la |