diff src/aosd/Makefile @ 623:443de962d0a0 trunk

[svn] - aosd: revert window type setting
author giacomo
date Thu, 08 Feb 2007 16:20:27 -0800
parents 1708b03e116c
children 8b4b381b4399
line wrap: on
line diff
--- a/src/aosd/Makefile	Thu Feb 08 09:10:38 2007 -0800
+++ b/src/aosd/Makefile	Thu Feb 08 16:20:27 2007 -0800
@@ -3,12 +3,12 @@
 
 OBJECTIVE_LIBS = libaosd$(SHARED_SUFFIX)
 
-noinst_HEADERS = aosd.h aosd_osd.h aosd_style.h aosd_style_private.h aosd_trigger.h aosd_trigger_private.h aosd_ui.h aosd_cfg.h aosd_common.h ghosd.h ghosd-text.h ghosd-internal.h
+noinst_HEADERS = aosd.h aosd_osd.h aosd_style.h aosd_style_private.h aosd_trigger.h aosd_trigger_private.h aosd_ui.h aosd_cfg.h aosd_common.h ghosd.h ghosd-internal.h
 
 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR)
 
 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CAIRO_LIBS) $(PANGOCAIRO_LIBS)
-SOURCES = aosd.c aosd_osd.c aosd_style.c aosd_trigger.c aosd_ui.c aosd_cfg.c ghosd.c ghosd-text.c ghosd-main.c
+SOURCES = aosd.c aosd_osd.c aosd_style.c aosd_trigger.c aosd_ui.c aosd_cfg.c ghosd.c ghosd-main.c
 
 OBJECTS = ${SOURCES:.c=.o}