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.
24 lines
834 B
24 lines
834 B
15 years ago
|
INCLUDES = -I$(top_srcdir)/kmail -I$(top_srcdir)/mimelib $(all_includes)
|
||
|
AM_CPPFLAGS = -DKDESRCDIR=\"$(srcdir)\"
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
check_LTLIBRARIES = kunittest_storagelayermodule.la \
|
||
|
kunittest_utilmodule.la \
|
||
|
kunittest_mimelibmodule.la
|
||
|
|
||
|
kunittest_storagelayermodule_la_SOURCES = storagelayermodule.cpp messagedicttests.cpp ../kmdict.cpp
|
||
|
kunittest_storagelayermodule_la_LIBADD = -lkunittest
|
||
|
kunittest_utilmodule_la_SOURCES = utiltests.cpp ../util.cpp
|
||
|
kunittest_utilmodule_la_LIBADD = -lkunittest ../../mimelib/libmimelib.la
|
||
|
kunittest_mimelibmodule_la_SOURCES = mimelibtests.cpp ../util.cpp
|
||
|
kunittest_mimelibmodule_la_LIBADD = -lkunittest ../../mimelib/libmimelib.la
|
||
|
|
||
|
#LIBADD = -lkunittest
|
||
|
AM_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
|
||
|
|
||
|
check-local:
|
||
|
kunittestmodrunner
|
||
|
|
||
|
guicheck:
|
||
|
kunittestguimodrunner
|