blob: 444cde9dc74d51d5592270f5c26a203221ef8c41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
noinst_PROGRAMS = test_gravity
SUBDIRS = decobenchmark
INCLUDES = $(all_includes)
test_gravity_SOURCES = test_gravity.cpp
test_gravity_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
test_gravity_LDADD = $(LIB_X11)
METASOURCES = AUTO
|