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.
9 lines
400 B
9 lines
400 B
15 years ago
|
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/. $(all_includes)
|
||
|
METASOURCES = AUTO
|
||
|
libdatachecker_la_LDFLAGS = $(all_libraries)
|
||
|
noinst_LTLIBRARIES = libdatachecker.la
|
||
|
libdatachecker_la_SOURCES = datachecker.cpp multidatachecker.cpp \
|
||
|
singledatachecker.cpp datacheckerlistener.cpp datacheckerthread.cpp
|
||
|
noinst_HEADERS = datacheckerlistener.h datacheckerthread.h
|
||
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
|