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.
15 lines
373 B
15 lines
373 B
15 years ago
|
INCLUDES = -I$(top_srcdir)/kwallet/backend -I$(top_srcdir)/kwallet/client $(all_includes)
|
||
|
|
||
|
AM_LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)
|
||
|
|
||
|
check_PROGRAMS = backendtest testbf testsha
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
LDADD = ../libkwalletbackend.la ../../client/libkwalletclient.la
|
||
|
backendtest_SOURCES = backendtest.cpp
|
||
|
|
||
|
testbf_SOURCES = testbf.cpp
|
||
|
|
||
|
testsha_SOURCES = testsha.cpp
|