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
515 B
19 lines
515 B
15 years ago
|
METASOURCES = AUTO
|
||
|
|
||
|
check_PROGRAMS = runscripts locking
|
||
|
|
||
|
runscripts_SOURCES = script.cpp runscripts.cpp
|
||
|
runscripts_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
runscripts_LDADD = $(LIB_QT) $(LIB_KDECORE)
|
||
|
|
||
|
locking_SOURCES = locking.cpp lockerthread.cpp
|
||
|
locking_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
locking_LDADD = $(LIB_QT) $(top_builddir)/libkcal/libkcal.la
|
||
|
|
||
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||
|
|
||
|
INCLUDES = -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/libkcal $(all_includes)
|
||
|
|
||
|
#TESTS = runscripts locking
|
||
|
TESTS = locking
|