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
322 B
11 lines
322 B
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
|
|
|