11 lines
501 B
Text
11 lines
501 B
Text
--- miscsoperations/Makefile.in.orig Tue Feb 17 13:03:33 2004
|
|
+++ miscsoperations/Makefile.in Tue Feb 17 13:03:50 2004
|
|
@@ -257,7 +257,7 @@
|
|
digikamplugin_miscsoperations_la_SOURCES = plugin_miscsoperations.cpp
|
|
|
|
# Libs needed by the plugin
|
|
-digikamplugin_miscsoperations_la_LIBADD = $(LIB_KPARTS) -ldigikam
|
|
+digikamplugin_miscsoperations_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam
|
|
|
|
# LD flags for the plugin
|
|
digikamplugin_miscsoperations_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|