gnome-bluetooth r331 - in trunk: . common



Author: hadess
Date: Wed Feb 25 14:40:00 2009
New Revision: 331
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=331&view=rev

Log:
Rename libgnome-bluetooth, and remove the -1.0

We don't need to version the library itself, we already
versioned the soname with libtool.

Added:
   trunk/common/gnome-bluetooth.symbols
Modified:
   trunk/.gitignore
   trunk/common/Makefile.am

Modified: trunk/.gitignore
==============================================================================
--- trunk/.gitignore	(original)
+++ trunk/.gitignore	Wed Feb 25 14:40:00 2009
@@ -53,3 +53,4 @@
 *.lo
 *.la
 bluetooth-manager.xml
+gnome-bluetooth-1.0.pc

Modified: trunk/common/Makefile.am
==============================================================================
--- trunk/common/Makefile.am	(original)
+++ trunk/common/Makefile.am	Wed Feb 25 14:40:00 2009
@@ -1,6 +1,6 @@
 
 noinst_LTLIBRARIES = libcommon.la
-lib_LTLIBRARIES = libgnome-bluetooth-1.0.la
+lib_LTLIBRARIES = libgnome-bluetooth.la
 
 libcommon_la_SOURCES = helper.h helper.c \
 		bluetooth-instance.h bluetooth-instance.c \
@@ -11,12 +11,19 @@
 		bluetooth-enums.h
 libcommon_la_LIBADD = $(LIBGNOMEBT_LIBS)
 
-libgnome_bluetooth_1_0_la_SOURCES =			\
+libgnome_bluetooth_la_SOURCES =				\
 	bluetooth-enums.h				\
 	bluetooth-client.h bluetooth-client.c		\
 	marshal.h marshal.c				\
 	bluetooth-device-selection.c bluetooth-device-selection.h
-libgnome_bluetooth_1_0_la_LIBADD = $(LIBGNOMEBT_LIBS)
+
+libgnome_bluetooth_la_LIBADD = $(LIBGNOMEBT_LIBS)
+
+libgnome_bluetooth_la_LDFLAGS =				\
+	-version-info $(GNOMEBT_LT_VERSION)		\
+	-export-symbols $(srcdir)/gnome-bluetooth.symbols\
+	-no-undefined					\
+	$(AM_LDFLAGS)
 
 gnomebluetoothdir = $(pkgincludedir)
 gnomebluetooth_HEADERS =				\
@@ -42,7 +49,7 @@
 
 test_agent_LDADD = libcommon.la $(DBUS_LIBS)
 
-test_deviceselection_LDADD = libgnome-bluetooth-1.0.la
+test_deviceselection_LDADD = libgnome-bluetooth.la
 
 EXTRA_DIST = marshal.list \
 		bluetooth-instance.xml \

Added: trunk/common/gnome-bluetooth.symbols
==============================================================================
--- (empty file)
+++ trunk/common/gnome-bluetooth.symbols	Wed Feb 25 14:40:00 2009
@@ -0,0 +1,5 @@
+bluetooth_device_selection_get_type
+bluetooth_device_selection_new
+bluetooth_device_selection_get_selected_device
+bluetooth_device_selection_get_selected_device_name
+bluetooth_device_selection_start_discovery



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