From 8bd2822e695daaf3e8201be76c9d5e6e41b1d2f6 Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Sun, 3 Feb 2008 05:53:18 +0000 Subject: [PATCH] core.h is in include, not core. (Last one, I promise.) 2008-02-02 Thomas Thurman * src/Makefile.am: core.h is in include, not core. (Last one, I promise.) svn path=/trunk/; revision=3537 --- ChangeLog | 5 +++++ src/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e25fd5176..ef1ac703e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-02 Thomas Thurman + + * src/Makefile.am: core.h is in include, not core. (Last one, I + promise.) + 2008-02-02 Thomas Thurman * src/Makefile.am: main.h is in include, not core. diff --git a/src/Makefile.am b/src/Makefile.am index a4e8e894a..359a85400 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,7 +48,7 @@ metacity_SOURCES= \ core/place.c \ core/place.h \ core/prefs.c \ - core/prefs.h \ + include/prefs.h \ core/screen.c \ core/screen.h \ core/session.c \