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/tdeutils/tests/Makefile.am

17 lines
349 B

INCLUDES = $(all_includes)
check_PROGRAMS = kfindtest kreplacetest
TESTS = kfindtest kreplacetest
kfindtest_SOURCES = kfindtest.cpp
kfindtest_LDADD = ../libtdeutils.la
kfindtest_LDFLAGS = $(all_libraries)
kreplacetest_SOURCES = kreplacetest.cpp
kreplacetest_LDADD = ../libtdeutils.la
kreplacetest_LDFLAGS = $(all_libraries)
METASOURCES = AUTO