diff options
Diffstat (limited to 'chalk/plugins/tools/tool_crop')
-rw-r--r-- | chalk/plugins/tools/tool_crop/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chalk/plugins/tools/tool_crop/Makefile.am b/chalk/plugins/tools/tool_crop/Makefile.am index d1d73a75..9091a521 100644 --- a/chalk/plugins/tools/tool_crop/Makefile.am +++ b/chalk/plugins/tools/tool_crop/Makefile.am @@ -21,9 +21,11 @@ noinst_HEADERS = \ tool_crop.h \ kis_tool_crop.h -chalktoolcrop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -L../../../../chalk/chalkcolor/.libs -lchalkcolor -L../../../../chalk/core/.libs -lchalkimage \ - -L../../../../chalk/ui/.libs -lchalkui -chalktoolcrop_la_LIBADD = ../../../libchalkcommon.la +chalktoolcrop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts +chalktoolcrop_la_LIBADD = ../../../libchalkcommon.la \ + ../../../../chalk/chalkcolor/libchalkcolor.la \ + ../../../../chalk/core/libchalkimage.la \ + ../../../../chalk/ui/libchalkui.la chalktoolcrop_la_METASOURCES = AUTO |