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/commonui/Makefile.am | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 kbabel/commonui/Makefile.am (limited to 'kbabel/commonui/Makefile.am') diff --git a/kbabel/commonui/Makefile.am b/kbabel/commonui/Makefile.am new file mode 100644 index 00000000..e0ca94ce --- /dev/null +++ b/kbabel/commonui/Makefile.am @@ -0,0 +1,40 @@ +## Makefile.am for libkbabelcommon + +# this is the program that gets installed. it's name is used for all +# of the other Makefile.am variables +noinst_LTLIBRARIES = libkbabelcommonui.la + +# set the include path for X, qt and KDE. Put local paths before all_includes. +INCLUDES = -I$(srcdir)/../common -I../common -I$(srcdir)/../kbabeldict -I../kbabeldict $(all_includes) + +# which sources should be compiled +libkbabelcommonui_la_SOURCES = klisteditor.ui context.cpp kactionselector.cpp \ + toolselectionwidget.cpp toolaction.cpp \ + finddialog.cpp roughtransdlg.cpp \ + projectprefwidgets.cpp \ + projectpref.cpp \ + projectwizard.cpp \ + projectwizardwidget.ui \ + projectwizardwidget2.ui \ + cmdedit.cpp \ + diffpreferences.ui + +libkbabelcommonui_la_LIBADD = $(LIB_KIO) -lktexteditor ../common/libkbabelcommon.la ../kbabeldict/libkbabeldict.la + +libkbabelcommonui_la_LDFLAGS = $(all_libraries) + +# these are the headers for your project +noinst_HEADERS = context.h kactionselector.h finddialog.h \ + roughtransdlg.h projectprefwidgets.h projectpref.h \ + cmdedit.h projectwizard.h + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +# we need to define our own service type for our plugins. It's data tool with a shortcut :-(( +kde_servicetypes_DATA = kbabel_validator.desktop kbabel_tool.desktop +EXTRA_DIST = $(kde_servicetypes_DATA) + +context.lo: ../common/kbprojectsettings.h +projectpref.lo: ../common/kbprojectsettings.h +projectprefwidgets.lo: ../common/kbprojectsettings.h -- cgit v1.2.1