You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/libtdemid/tests/Makefile.am

15 lines
268 B

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