From 7a340792c96d7bc4ef3315968a74ec5569a411c5 Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Sun, 3 Feb 2008 04:25:38 +0000 Subject: [PATCH] main.h is in include, not core. 2008-02-02 Thomas Thurman * src/Makefile.am: main.h is in include, not core. svn path=/trunk/; revision=3536 --- ChangeLog | 4 ++++ src/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 98df86168..e25fd5176 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-02 Thomas Thurman + + * src/Makefile.am: main.h is in include, not core. + 2008-02-02 Thomas Thurman * src/Makefile.am: draw-workspace.h is in ui, not core. diff --git a/src/Makefile.am b/src/Makefile.am index 69e30a0f8..a4e8e894a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,7 @@ metacity_SOURCES= \ core/keybindings.c \ core/keybindings.h \ core/main.c \ - core/main.h \ + include/main.h \ core/metacity-Xatomtype.h \ core/place.c \ core/place.h \