[f-spot] Link correctly against needed libs for libfspot



commit 267f5613e2a79edecff39462259d7ef66d506b76
Author: Iain Lane <laney ubuntu com>
Date:   Sat Jun 26 20:52:28 2010 +0100

    Link correctly against needed libs for libfspot
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622825

 lib/libfspot/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/libfspot/Makefile.am b/lib/libfspot/Makefile.am
index c7e8c99..a44c0cf 100644
--- a/lib/libfspot/Makefile.am
+++ b/lib/libfspot/Makefile.am
@@ -31,6 +31,8 @@ libfspot_la_SOURCES =				\
 	f-utils.h
 
 libfspot_la_LIBADD = 					\
+	-lX11						\
+	$(F_LIBS)					\
 	$(LCMS_LIBS)					\
 	$(EXIF_LIBS)					\
 	$(GIO_LIBS)					\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]