[gnome-color-manager] Remove gcm-session, it's not required anymore



commit b8de18bacb18bc24cebc9fd67a15c226fff0a965
Author: Richard Hughes <richard hughsie com>
Date:   Tue Jul 12 09:47:19 2011 +0100

    Remove gcm-session, it's not required anymore

 data/Makefile.am            |    6 -
 data/gcm-session.desktop.in |   10 --
 po/POTFILES.in              |    2 -
 src/Makefile.am             |   19 ---
 src/gcm-session.c           |  376 -------------------------------------------
 5 files changed, 0 insertions(+), 413 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 069783d..d9baf33 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -13,11 +13,6 @@ desktop_in_files =					\
 	gcm-import.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
- INTLTOOL_DESKTOP_RULE@
-autostartdir = $(sysconfdir)/xdg/autostart
-autostart_in_files = gcm-session.desktop.in
-autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
-
 servicedir       = $(datadir)/dbus-1/services
 service_in_files = org.gnome.ColorManager.service.in
 service_DATA     = $(service_in_files:.service.in=.service)
@@ -41,7 +36,6 @@ clean-local :
 
 DISTCLEANFILES =					\
 	org.gnome.ColorManager.service			\
-	gcm-session.desktop				\
 	gcm-calibrate.desktop				\
 	gcm-picker.desktop				\
 	gcm-viewer.desktop				\
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 07976ca..5be00d5 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,6 @@
 data/gcm-calibrate.desktop.in
 data/gcm-import.desktop.in
 data/gcm-picker.desktop.in
-data/gcm-session.desktop.in
 data/gcm-viewer.desktop.in
 data/gcm-viewer.ui
 src/gcm-calibrate-argyll.c
@@ -16,7 +15,6 @@ src/gcm-inspect.c
 src/gcm-list-store-profiles.c
 src/gcm-picker.c
 src/gcm-profile.c
-src/gcm-session.c
 src/gcm-utils.c
 src/gcm-viewer.c
 [type: gettext/glade]data/gcm-picker.ui
diff --git a/src/Makefile.am b/src/Makefile.am
index 174e921..9e41763 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -63,7 +63,6 @@ bin_PROGRAMS =						\
 	gcm-inspect					\
 	gcm-viewer					\
 	gcm-calibrate					\
-	gcm-session					\
 	gcm-picker					\
 	gcm-import
 
@@ -188,24 +187,6 @@ gcm_picker_LDADD =					\
 gcm_picker_CFLAGS =					\
 	$(WARNINGFLAGS_C)
 
-gcm_session_SOURCES =					\
-	gcm-session.c
-
-gcm_session_LDADD =					\
-	libgcmshared.a					\
-	$(GLIB_LIBS)					\
-	$(X11_LIBS)					\
-	$(XORG_LIBS)					\
-	$(GTK_LIBS)					\
-	$(TIFF_LIBS)					\
-	$(EXIF_LIBS)					\
-	$(LCMS_LIBS)					\
-	$(COLORD_LIBS)					\
-	-lm
-
-gcm_session_CFLAGS =					\
-	$(WARNINGFLAGS_C)
-
 if HAVE_TESTS
 
 check_PROGRAMS =					\



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