From ba41b408739dbfd96cdcd6af860cd103ec7266b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 4 Mar 2014 04:14:43 +0100 Subject: Initial import of katesort 1.0 --- kate/katesort/src/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 kate/katesort/src/Makefile.am (limited to 'kate/katesort/src/Makefile.am') diff --git a/kate/katesort/src/Makefile.am b/kate/katesort/src/Makefile.am new file mode 100644 index 0000000..b58b34a --- /dev/null +++ b/kate/katesort/src/Makefile.am @@ -0,0 +1,21 @@ +INCLUDES = $(all_includes) +METASOURCES = AUTO + +KDE_ICON = AUTO + +# Install this plugin in the KDE modules directory +kde_module_LTLIBRARIES = libsortplugin.la + +libsortplugin_la_SOURCES = plugin_sort.cpp sortdialog.cpp sortdialoglayout.ui +libsortplugin_la_LIBADD = -lkateinterfaces +libsortplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) + +pluginsdir = $(kde_datadir)/kate/plugins/sort +plugins_DATA = plugin_sort.rc + + +messages: rc.cpp + $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp + $(XGETTEXT) *.cpp -o $(podir)/katesort.pot +noinst_HEADERS = sortdialog.h sortdialoglayout.h +kde_services_DATA = katesort.desktop -- cgit v1.2.1