summaryrefslogtreecommitdiffstats
path: root/tdemdi/test/Makefile.am
blob: 4a5b214580242b8efd0d62bae040a2732c7dd466 (plain)
1
2
3
4
5
6
7
8
9
10
check_PROGRAMS = kfourchildren
METASOURCES = AUTO

INCLUDES = -I$(top_srcdir)/tdemdi -I.. $(all_includes)

kfourchildren_SOURCES = hello.cpp main.cpp mainwidget.cpp
kfourchildren_LDFLAGS = -no-undefined $(all_libraries)
kfourchildren_LDADD = $(top_builddir)/tdemdi/libtdemdi.la \
	$(top_builddir)/tdeutils/libtdeutils.la