changeset 575:643de80b5bf1 trunk

[svn] - aosd: added missing header in Makefile
author giacomo
date Mon, 29 Jan 2007 09:14:19 -0800
parents 664f68db1657
children ca3de84e2288
files ChangeLog src/aosd/Makefile
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 29 08:40:14 2007 -0800
+++ b/ChangeLog	Mon Jan 29 09:14:19 2007 -0800
@@ -1,3 +1,10 @@
+2007-01-29 16:40:14 +0000  Giacomo Lozito <james@develia.org>
+  revision [1234]
+  - aosd: paranoid fixes part 2
+  trunk/src/aosd/aosd_cfg.c |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2007-01-29 16:38:56 +0000  Giacomo Lozito <james@develia.org>
   revision [1232]
   - aosd: modified ghosd library source to ignore EINTR when polling
--- a/src/aosd/Makefile	Mon Jan 29 08:40:14 2007 -0800
+++ b/src/aosd/Makefile	Mon Jan 29 09:14:19 2007 -0800
@@ -3,7 +3,7 @@
 
 OBJECTIVE_LIBS = libaosd$(SHARED_SUFFIX)
 
-noinst_HEADERS = aosd.h aosd_osd.h aosd_style.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_ui.h aosd_cfg.h aosd_common.h ghosd.h ghosd-text.h ghosd-internal.h
 
 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR)