gnome-bluetooth r541 - in trunk: common wizard
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-bluetooth r541 - in trunk: common wizard
- Date: Wed, 25 Mar 2009 17:49:13 +0000 (UTC)
Author: hadess
Date: Wed Mar 25 17:49:13 2009
New Revision: 541
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=541&view=rev
Log:
Kill common/helper.[ch]
Removed:
trunk/common/helper.c
trunk/common/helper.h
Modified:
trunk/common/Makefile.am
trunk/wizard/main.c
Modified: trunk/common/Makefile.am
==============================================================================
--- trunk/common/Makefile.am (original)
+++ trunk/common/Makefile.am Wed Mar 25 17:49:13 2009
@@ -2,12 +2,11 @@
noinst_LTLIBRARIES = libcommon.la
lib_LTLIBRARIES = libgnome-bluetooth.la
-libcommon_la_SOURCES = helper.h helper.c \
+libcommon_la_SOURCES = \
bluetooth-client.h bluetooth-client.c \
bluetooth-agent.h bluetooth-agent.c \
bluetooth-killswitch.h bluetooth-killswitch.c \
obex-agent.h obex-agent.c \
- helper.c helper.h \
bluetooth-enums.h
libcommon_la_LIBADD = $(COMMON_LIBS)
libcommon_la_LDFLAGS = -no-undefined $(AM_LDFLAGS)
Modified: trunk/wizard/main.c
==============================================================================
--- trunk/wizard/main.c (original)
+++ trunk/wizard/main.c Wed Mar 25 17:49:13 2009
@@ -36,8 +36,6 @@
#include <bluetooth-chooser.h>
#include <bluetooth-agent.h>
-#include "helper.h"
-
#define AGENT_PATH "/org/bluez/agent/wizard"
#define PIN_CODE_DB "pin-code-database.txt"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]