10 lines
205 B
Text
10 lines
205 B
Text
|
noinst_PROGRAMS = test_gravity
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
test_gravity_SOURCES = test_gravity.cpp
|
||
|
test_gravity_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
test_gravity_LDADD = $(LIB_X11)
|
||
|
|
||
|
METASOURCES = AUTO
|