From e16866e072f94410321d70daedbcb855ea878cac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:40 -0600 Subject: Actually move the kde files that were renamed in the last commit --- tdeprint/tests/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tdeprint/tests/Makefile.am (limited to 'tdeprint/tests/Makefile.am') diff --git a/tdeprint/tests/Makefile.am b/tdeprint/tests/Makefile.am new file mode 100644 index 000000000..53021a6e2 --- /dev/null +++ b/tdeprint/tests/Makefile.am @@ -0,0 +1,15 @@ +INCLUDES = -I$(top_srcdir)/tdeprint -I$(top_srcdir) $(all_includes) + +check_PROGRAMS = helpviewer drawdemo + +helpviewer_SOURCES = helpwindow.cpp main.cpp richpage.cpp +helpviewer_METASOURCES = helpwindow.moc +helpviewer_LDADD = $(top_builddir)/tdeprint/libtdeprint.la +helpviewer_LDFLAGS = $(all_libraries) + +drawdemo_SOURCES = drawdemo.cpp +drawdemo_METASOURCES = drawdemo.moc +drawdemo_LDADD = $(top_builddir)/tdeprint/libtdeprint.la +drawdemo_LDFLAGS = $(all_libraries) + +EXTRA_DIST = home.xpm back.xpm forward.xpm -- cgit v1.2.1