From 8362bf63dea22bbf6736609b0f49c152f975eb63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 20 Jan 2010 01:29:50 +0000 Subject: Added old abandoned KDE3 version of koffice git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kexi/tests/parser/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 kexi/tests/parser/Makefile.am (limited to 'kexi/tests/parser/Makefile.am') diff --git a/kexi/tests/parser/Makefile.am b/kexi/tests/parser/Makefile.am new file mode 100644 index 00000000..ec1a3441 --- /dev/null +++ b/kexi/tests/parser/Makefile.am @@ -0,0 +1,13 @@ +include $(top_srcdir)/kexi/Makefile.global + +bin_PROGRAMS = kexidbparser + +noinst_PROGRAMS = kexidbparser + +INCLUDES = -I$(top_srcdir)/kexi $(all_includes) + +kexidbparser_SOURCES = main.cpp +kexidbparser_LDADD = $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la $(top_builddir)/kexi/kexidb/parser/libkexidbparser.la $(all_libraries) +kexidbparser_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO) --no-undefined + + -- cgit v1.2.1