From d39184b18ee1b3e5c96c8fb03e292c4317dd664a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 2 Feb 2013 13:31:35 -0600 Subject: Fix unintended renaming --- chalk/plugins/tools/tool_crop/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chalk/plugins/tools/tool_crop/Makefile.am') diff --git a/chalk/plugins/tools/tool_crop/Makefile.am b/chalk/plugins/tools/tool_crop/Makefile.am index fb7bcca7..9f46072e 100644 --- a/chalk/plugins/tools/tool_crop/Makefile.am +++ b/chalk/plugins/tools/tool_crop/Makefile.am @@ -1,4 +1,4 @@ -kde_services_DATA = chaltdetoolcrop.desktop +kde_services_DATA = chalktoolcrop.desktop # all_includes must remain last! INCLUDES = -I$(srcdir)/../../../sdk \ @@ -9,25 +9,25 @@ INCLUDES = -I$(srcdir)/../../../sdk \ $(KOFFICE_INCLUDES) \ $(all_includes) -chaltdetoolcrop_la_SOURCES = \ +chalktoolcrop_la_SOURCES = \ wdg_tool_crop.ui \ tool_crop.cc \ kis_tool_crop.cc # Install this plugin in the KDE modules directory -kde_module_LTLIBRARIES = chaltdetoolcrop.la +kde_module_LTLIBRARIES = chalktoolcrop.la noinst_HEADERS = \ tool_crop.h \ kis_tool_crop.h -chaltdetoolcrop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -chaltdetoolcrop_la_LIBADD = ../../../libchalkcommon.la \ +chalktoolcrop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts +chalktoolcrop_la_LIBADD = ../../../libchalkcommon.la \ ../../../../chalk/chalkcolor/libchalkcolor.la \ ../../../../chalk/core/libchalkimage.la \ ../../../../chalk/ui/libchalkui.la -chaltdetoolcrop_la_METASOURCES = AUTO +chalktoolcrop_la_METASOURCES = AUTO KDE_OPTIONS = nofinal -- cgit v1.2.1