From bd9e6617827818fd043452c08c606f07b78014a0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kbabel/datatools/equations/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 kbabel/datatools/equations/Makefile.am (limited to 'kbabel/datatools/equations/Makefile.am') diff --git a/kbabel/datatools/equations/Makefile.am b/kbabel/datatools/equations/Makefile.am new file mode 100644 index 00000000..9b49892d --- /dev/null +++ b/kbabel/datatools/equations/Makefile.am @@ -0,0 +1,19 @@ + +INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes) +kbabel_equationstool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la + +####### Files + +kde_module_LTLIBRARIES = kbabel_equationstool.la + +kbabel_equationstool_la_SOURCES = main.cc + +kbabel_equationstool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined + +noinst_HEADERS = main.h + +kbabel_equationstool_la_METASOURCES = AUTO + +service_DATA = kbabel_equationstool.desktop +servicedir = $(kde_servicesdir) + -- cgit v1.2.1