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.
17 lines
345 B
17 lines
345 B
15 years ago
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
check_PROGRAMS = kfindtest kreplacetest
|
||
|
|
||
|
TESTS = kfindtest kreplacetest
|
||
|
|
||
|
kfindtest_SOURCES = kfindtest.cpp
|
||
|
kfindtest_LDADD = ../libkutils.la
|
||
|
kfindtest_LDFLAGS = $(all_libraries)
|
||
|
|
||
|
kreplacetest_SOURCES = kreplacetest.cpp
|
||
|
kreplacetest_LDADD = ../libkutils.la
|
||
|
kreplacetest_LDFLAGS = $(all_libraries)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|