aboutsummaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins-kde4/files/patch-imagesgallery-Makefile.in
blob: 77decfc713d44cacbd26a914304c0df155b71ec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- imagesgallery/Makefile.in.orig	Tue Feb 17 13:02:14 2004
+++ imagesgallery/Makefile.in	Tue Feb 17 13:02:31 2004
@@ -257,7 +257,7 @@
 digikamplugin_imagesgallery_la_SOURCES = plugin_imagesgallery.cpp imgallerydialog.cpp ImagesGallery.cpp
 
 # Libs needed by the plugin
-digikamplugin_imagesgallery_la_LIBADD = $(LIB_KPARTS) -ldigikam
+digikamplugin_imagesgallery_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam
 
 # LD flags for the plugin
 digikamplugin_imagesgallery_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)