[gnome-color-manager] Remove gcm-calibrate-helper as it's now unused



commit d813ab765be83b23df548a331471b35ca91656ea
Author: Richard Hughes <richard hughsie com>
Date:   Wed May 9 10:42:04 2012 +0100

    Remove gcm-calibrate-helper as it's now unused

 src/Makefile.am            |   32 +------
 src/gcm-calibrate-helper.c |  228 --------------------------------------------
 2 files changed, 1 insertions(+), 259 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index ce5ad25..d82630d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -64,11 +64,8 @@ bin_PROGRAMS =						\
 	gcm-picker					\
 	gcm-import
 
-libexec_PROGRAMS =						\
-	gcm-calibrate-helper
-
 if HAVE_EXIV
-libexec_PROGRAMS += gcm-helper-exiv
+libexec_PROGRAMS = gcm-helper-exiv
 gcm_helper_exiv_SOURCES = gcm-helper-exiv.cpp
 gcm_helper_exiv_LDADD = $(EXIV_LIBS) $(GLIB_LIBS)
 gcm_helper_exiv_CXXFLAGS = -Wall
@@ -123,33 +120,6 @@ gcm_inspect_LDADD =					\
 gcm_inspect_CFLAGS =					\
 	$(WARNINGFLAGS_C)
 
-gcm_calibrate_helper_SOURCES =				\
-	gcm-debug.c					\
-	gcm-debug.h					\
-	gcm-utils.c					\
-	gcm-utils.h					\
-	gcm-exif.c					\
-	gcm-exif.h					\
-	gcm-brightness.c				\
-	gcm-brightness.h				\
-	gcm-calibrate.c					\
-	gcm-calibrate.h					\
-	gcm-calibrate-helper.c
-
-gcm_calibrate_helper_LDADD =				\
-	$(GLIB_LIBS)					\
-	$(GTK_LIBS)					\
-	$(LCMS_LIBS)					\
-	$(EXIF_LIBS)					\
-	$(TIFF_LIBS)					\
-	$(COLORD_LIBS)					\
-	$(GNOME_DESKTOP_LIBS)				\
-	$(CANBERRA_LIBS)				\
-	-lm
-
-gcm_calibrate_helper_CFLAGS =				\
-	$(WARNINGFLAGS_C)
-
 gcm_import_SOURCES =					\
 	gcm-import.c
 



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