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.
tdelibs/kmdi/test/Makefile.am

11 lines
312 B

check_PROGRAMS = kfourchildren
METASOURCES = AUTO
INCLUDES = -I$(top_srcdir)/kmdi -I.. $(all_includes)
kfourchildren_SOURCES = hello.cpp main.cpp mainwidget.cpp
kfourchildren_LDFLAGS = -no-undefined $(all_libraries)
kfourchildren_LDADD = $(top_builddir)/kmdi/libkmdi.la \
$(top_builddir)/kutils/libkutils.la