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.
koffice/chalk/chalkcolor/tests/Makefile.am

17 lines
641 B

AM_CPPFLAGS = \
-I$(srcdir)/../../sdk \
-I$(srcdir)/../ \
$(all_includes)
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = tdeunittest_kis_color_conversions_tester.la
tdeunittest_kis_color_conversions_tester_la_SOURCES = kis_color_conversions_tester.cpp
tdeunittest_kis_color_conversions_tester_la_LIBADD = -ltdeunittest ../libchalkcolor.la ../../libchalkcommon.la
tdeunittest_kis_color_conversions_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: tdeunittest_kis_color_conversions_tester.la
tdeunittestmodrunner