summaryrefslogtreecommitdiffstats
path: root/khtml/java/tests/Makefile.am
blob: ab392b874aedc0809879e9affec86afb14eabf10 (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = -I$(top_srcdir)/khtml/java -I$(top_srcdir)/khtml \
           -I$(top_srcdir) $(all_includes)

check_PROGRAMS = testserver 

testserver_SOURCES = testkjavaappletserver.cpp
testserver_LDADD = ../libkjava.la 

METASOURCES = AUTO