summaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins-kde4/files/patch-sendimages-Makefile.in
blob: 4d27053e15866ed1b0ed4ebcc6eeb3852a836c2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sendimages/Makefile.in.orig	Tue Feb 17 13:06:59 2004
+++ sendimages/Makefile.in	Tue Feb 17 13:07:11 2004
@@ -257,7 +257,7 @@
 digikamplugin_sendimages_la_SOURCES = plugin_sendimages.cpp SendImagesDialog.cpp listImagesErrorDialog.cpp
 
 # Libs needed by the plugin
-digikamplugin_sendimages_la_LIBADD = $(LIB_KPARTS) -ldigikam
+digikamplugin_sendimages_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam
 
 # LD flags for the plugin
 digikamplugin_sendimages_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)