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.
19 lines
470 B
19 lines
470 B
####### General stuff
|
|
|
|
KDE_CXXFLAGS = $(USE_RTTI)
|
|
INCLUDES= -I$(srcdir)/.. -I$(srcdir)/../../kofficecore $(all_includes)
|
|
|
|
####### Files
|
|
|
|
check_PROGRAMS = storage_test xmlwritertest storedroptest
|
|
TESTS = storage_test xmlwritertest
|
|
|
|
storage_test_SOURCES = storage_test.cpp
|
|
storage_test_LDADD = ../libkstore.la
|
|
|
|
xmlwritertest_SOURCES = xmlwritertest.cpp
|
|
xmlwritertest_LDADD = ../libkstore.la
|
|
|
|
storedroptest_SOURCES = storedroptest.cpp
|
|
storedroptest_LDADD = ../libkstore.la
|