[gnome-bluetooth] properties: Don't link against private libraries



commit 00ac8de5f28f1f93e97135d83255628115492a51
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Oct 18 16:37:59 2011 +0100

    properties: Don't link against private libraries

 properties/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/Makefile.am b/properties/Makefile.am
index 0a716f8..f8e95e4 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -8,7 +8,7 @@ libbluetooth_la_SOURCES =			\
 	cc-bluetooth-panel.c			\
 	cc-bluetooth-panel.h
 
-libbluetooth_la_LIBADD = $(top_builddir)/lib/libgnome-bluetooth.la $(top_builddir)/lib/libcommon.la $(PROPS_LIBS)
+libbluetooth_la_LIBADD = $(top_builddir)/lib/libgnome-bluetooth.la $(PROPS_LIBS)
 libbluetooth_la_LDFLAGS = -avoid-version -module
 
 AM_CFLAGS = $(PROPS_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPKGDATADIR="\"$(pkgdatadir)\""



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