From e9ae80694875f869892f13f4fcaf1170a00dea41 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/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/working/plugintemplate/src-Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 kommander/working/plugintemplate/src-Makefile.am (limited to 'kommander/working/plugintemplate/src-Makefile.am') diff --git a/kommander/working/plugintemplate/src-Makefile.am b/kommander/working/plugintemplate/src-Makefile.am new file mode 100644 index 00000000..eb7dbe9d --- /dev/null +++ b/kommander/working/plugintemplate/src-Makefile.am @@ -0,0 +1,19 @@ +lib_LTLIBRARIES = libkmdr%{APPNAMELC}.la + +# the library search path. +libkmdr%{APPNAMELC}_la_LDFLAGS = -module $(KDE_PLUGIN) \ + $(HK_LDFLAGS) $(all_libraries) + +# the libraries to link against. +libkmdr%{APPNAMELC}_la_LIBADD = -lkommanderwidget -lkommanderplugin \ + $(LIB_KPARTS) $(LIB_KDEUI) + +# which sources should be compiled for widgets +libkmdr%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}plugin.cpp + +# these are the headers for your project that won't be installed + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO +AM_CXXFLAGS= -DHAVE_SSTREAM +AM_CPPFLAGS= $(all_includes) -- cgit v1.2.1