aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ae1755a..15caf2c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,6 @@ EXTRA_redshift_SOURCES = \
gamma-randr.c gamma-randr.h \
gamma-vidmode.c gamma-vidmode.h \
gamma-w32gdi.c gamma-w32gdi.h \
- location-gnome-clock.c location-gnome-clock.h \
location-geoclue.c location-geoclue.h
AM_CFLAGS =
@@ -49,13 +48,6 @@ redshift_SOURCES += gamma-w32gdi.c gamma-w32gdi.h
redshift_LDADD += -lgdi32
endif
-if ENABLE_GNOME_CLOCK
-redshift_SOURCES += location-gnome-clock.c location-gnome-clock.h
-AM_CFLAGS += $(GLIB_CFLAGS) $(GCONF_CFLAGS)
-redshift_LDADD += \
- $(GLIB_LIBS) $(GLIB_CFLAGS) \
- $(GCONF_LIBS) $(GCONF_CFLAGS)
-endif
if ENABLE_GEOCLUE
redshift_SOURCES += location-geoclue.c location-geoclue.h