blob: 605435ccbb8b569bbbe7663ef82b79f571f49ef2 (
plain)
1
2
3
4
5
6
7
8
9
|
INCLUDES = -I$(top_srcdir)/kview $(all_includes)
METASOURCES = AUTO
check_PROGRAMS = test
test_SOURCES = main.cpp test.cpp
test_LDFLAGS = $(KDE_RPATH) $(all_libraries)
test_LDADD = $(LIB_KPARTS)
|