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.
11 lines
187 B
11 lines
187 B
15 years ago
|
# $Id$
|
||
|
|
||
|
INCLUDES= -I$(srcdir)/../.. $(all_includes)
|
||
|
####### Files
|
||
|
|
||
12 years ago
|
check_PROGRAMS = tdelaunchertest
|
||
15 years ago
|
|
||
12 years ago
|
tdelaunchertest_SOURCES = tdelaunchertest.cpp
|
||
|
tdelaunchertest_LDADD = $(LIB_KIO)
|
||
15 years ago
|
|