[cheese] Fix linkage to the new libcheese



commit 7c1fc5c8db49f083d791f05b84e5d281350db715
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 1 14:12:07 2009 +0000

    Fix linkage to the new libcheese

 src/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 94219ef..23324f1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,10 +53,8 @@ cheese_SOURCES = \
 	cheese-prefs-burst-spinbox.h \
 	cheese-prefs-burst-spinbox.c
 
-cheese_LDFLAGS = \
-	-L top_srcdir@/libcheese -lcheese
-
 cheese_LDADD = \
+	$(top_builddir)/libcheese/libcheese.la \
 	$(CHEESE_LIBS)
 
 #dbus



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