From 698569f8428ca088f764d704034a1330517b98c0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 26 Jun 2011 00:41:16 +0000 Subject: Finish rebranding of Krita as Chalk git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238363 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- chalk/plugins/tools/tool_transform/Makefile.am | 37 ++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 chalk/plugins/tools/tool_transform/Makefile.am (limited to 'chalk/plugins/tools/tool_transform/Makefile.am') diff --git a/chalk/plugins/tools/tool_transform/Makefile.am b/chalk/plugins/tools/tool_transform/Makefile.am new file mode 100644 index 00000000..7b088383 --- /dev/null +++ b/chalk/plugins/tools/tool_transform/Makefile.am @@ -0,0 +1,37 @@ +kde_services_DATA = chalktooltransform.desktop + +# all_includes must remain last! +INCLUDES = -I$(srcdir)/../../../sdk \ + -I$(srcdir)/../../../core \ + -I$(srcdir)/../../../chalkcolor/ \ + -I$(srcdir)/../../../ui \ + -I$/../../../ui \ + $(KOFFICE_INCLUDES) \ + $(all_includes) + +chalktooltransform_la_SOURCES = \ + wdg_tool_transform.ui \ + tool_transform.cc \ + kis_tool_transform.cc + +# Install this plugin in the KDE modules directory +kde_module_LTLIBRARIES = chalktooltransform.la + +noinst_HEADERS = \ + tool_transform.h \ + kis_tool_transform.h + +chalktooltransform_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore -lkdeui -lkjs -lkdefx -lkio -lkparts -L../../../../chalk/chalkcolor/.libs -lchalkcolor -L../../../../chalk/core/.libs -lchalkimage \ + -L../../../../chalk/ui/.libs -lchalkui +chalktooltransform_la_LIBADD = ../../../libchalkcommon.la + +chalktooltransform_la_METASOURCES = AUTO + +KDE_OPTIONS = nofinal + +chalkpics_DATA = \ + rotate_cursor.xpm \ + tool_transform.png + +chalkpicsdir = $(kde_datadir)/chalk/pics + -- cgit v1.2.1