gnome-bluetooth r277 - in trunk: . obex



Author: hadess
Date: Mon Jan 21 17:36:50 2008
New Revision: 277
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=277&view=rev

Log:
2008-01-21  Bastien Nocera  <hadess hadess net>

	* obex/Makefile.am:
	* obex/chooser.c:
	* obex/chooser.h:
	* obex/gnome-obex-send.c: Kill gnome-obex-send,
	Use bluetooth-sendto from bluez-gnome now



Removed:
   trunk/obex/chooser.c
   trunk/obex/chooser.h
   trunk/obex/gnome-obex-send.c
Modified:
   trunk/ChangeLog
   trunk/obex/Makefile.am

Modified: trunk/obex/Makefile.am
==============================================================================
--- trunk/obex/Makefile.am	(original)
+++ trunk/obex/Makefile.am	Mon Jan 21 17:36:50 2008
@@ -2,25 +2,17 @@
 #  $Id: Makefile.am,v 1.11 2006/12/29 21:30:42 hadess Exp $
 #
 
-bin_PROGRAMS = gnome-obex-send gnome-obex-server
+bin_PROGRAMS = gnome-obex-server
 
 noinst_PROGRAMS =
 
 gnome_obex_server_SOURCES = \
 	gnome-obex-server.c util.c util.h
 
-gnome_obex_send_SOURCES = \
-	chooser.c chooser.h \
-	gnome-obex-send.c
-
 gnome_obex_server_LDADD = \
 	$(GNOME_BLUETOOTH_LIBS) \
 	../src/libgnomebt.la
 
-gnome_obex_send_LDFLAGS = \
-	$(GNOME_BLUETOOTH_LIBS) \
-	../src/libgnomebt.la
-
 INCLUDES = $(GNOME_BLUETOOTH_CFLAGS) \
 	-I../src \
 	-I$(top_srcdir)/src \



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