From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- libtdemid/tests/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libtdemid/tests/Makefile.am (limited to 'libtdemid/tests/Makefile.am') diff --git a/libtdemid/tests/Makefile.am b/libtdemid/tests/Makefile.am new file mode 100644 index 000000000..a00018c62 --- /dev/null +++ b/libtdemid/tests/Makefile.am @@ -0,0 +1,14 @@ + +INCLUDES = -I$(srcdir)/.. $(all_includes) + +noinst_PROGRAMS = ctest apitest notesoff + +ctest_SOURCES = ctest.c +ctest_LDADD = ../libtdemid.la + +apitest_SOURCES = apitest.cc +apitest_LDADD = ../libtdemid.la + +notesoff_SOURCES = notesoff.cc +notesoff_LDADD = ../libtdemid.la + -- cgit v1.2.1