summaryrefslogtreecommitdiffstats
path: root/kview/kviewviewer/test/Makefile.am
blob: 197e9cea9837719edee3c536b8de8ff087972fac (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 = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
test_LDADD   = $(LIB_KPARTS)