blob: 55e6fc73231061dca50b2a538c73a6215d8dfc7d (
plain)
1
2
3
4
5
6
7
8
9
|
INCLUDES = -I$(top_srcdir)/tdehtml/java -I$(top_srcdir)/tdehtml \
-I$(top_srcdir) $(all_includes)
check_PROGRAMS = testserver
testserver_SOURCES = testkjavaappletserver.cpp
testserver_LDADD = ../libkjava.la
METASOURCES = AUTO
|