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
270 B

INCLUDES = -I$(srcdir)/.. $(all_includes)
noinst_PROGRAMS = ctest apitest notesoff
ctest_SOURCES = ctest.c
ctest_LDADD = ../libtdemid.la
apitest_SOURCES = apitest.cpp
apitest_LDADD = ../libtdemid.la
notesoff_SOURCES = notesoff.cpp
notesoff_LDADD = ../libtdemid.la