From 8e77d5b28da40dcf91ca214dfe9885cd6091b60c Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Sat, 2 Feb 2008 21:35:23 +0000 Subject: [PATCH] draw-workspace.h is in ui, not core. 2008-02-02 Thomas Thurman * src/Makefile.am: draw-workspace.h is in ui, not core. svn path=/trunk/; revision=3535 --- ChangeLog | 4 ++++ src/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cb5df3e0d..98df86168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-02 Thomas Thurman + + * src/Makefile.am: draw-workspace.h is in ui, not core. + 2008-02-01 Alex R.M. Turner * src/core/display.c (meta_get_tab_entry_list): Have the list also pull diff --git a/src/Makefile.am b/src/Makefile.am index 22217f824..69e30a0f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ metacity_SOURCES= \ core/display.c \ core/display.h \ ui/draw-workspace.c \ - core/draw-workspace.h \ + ui/draw-workspace.h \ core/edge-resistance.c \ core/edge-resistance.h \ core/effects.c \