blob: a00018c627d6f2cee4b3c663006bf69ff54a5087 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|