[telepathy-mission-control/telepathy-mission-control-5.2] Remove src/mcd-main.c

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Sep 9 11:39:13 PDT 2009


It's not compiled (server/mc-server.c is the real daemon), and not
distributed in tarballs.
---
 src/Makefile.am |   10 ----------
 src/mcd-main.c  |   42 ------------------------------------------
 2 files changed, 0 insertions(+), 52 deletions(-)
 delete mode 100644 src/mcd-main.c

diff --git a/src/Makefile.am b/src/Makefile.am
index b4c9db1..e2afd39 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -157,16 +157,6 @@ libmcd_convenience_la_SOURCES = \
 	sp_timestamp.h \
 	$(mc_headers)
 
-# bin_PROGRAMS = mission-control
-# mission_control_LDFLAGS = -export-dynamic
-# 
-# mission_control_LDADD = $(GCONF_LIBS) $(TELEPATHY_LIBS) \
-# 		       	$(top_builddir)/libmissioncontrol/libmissioncontrol-config.la \
-# 		       	libmissioncontrol-server.la
-#
-# mission_control_SOURCES = \
-# 	mcd-main.c
-
 %-signals-marshal.h: %-signals-marshal.list Makefile
 	glib-genmarshal --header --prefix=_$(subst -,_,$*)_marshal $< > $*-signals-marshal.h
 
diff --git a/src/mcd-main.c b/src/mcd-main.c
deleted file mode 100644
index 943c93e..0000000
--- a/src/mcd-main.c
+++ /dev/null
@@ -1,42 +0,0 @@
-/* vi: set et sw=4 ts=8 cino=t0,(0: */
-/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 8 -*- */
-/*
- * This file is part of mission-control
- *
- * Copyright (C) 2007 Nokia Corporation. 
- *
- * Contact: Naba Kumar  <naba.kumar at nokia.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * version 2.1 as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
- *
- */
-
-#include <stdlib.h>
-#include <glib.h>
-#include "mcd-service.h"
-
-int
-main (int argc, char **argv)
-{
-    McdService *mcd;
-
-    g_type_init ();
-
-    mcd = mcd_service_new ();
-    
-    mcd_service_run (MCD_OBJECT (mcd));
-
-    return 0;
-}
-- 
1.5.6.5




More information about the telepathy-commits mailing list