summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-02-03 05:53:18 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-02-03 05:53:18 +0000
commit8bd2822e695daaf3e8201be76c9d5e6e41b1d2f6 (patch)
tree6c825f65c1d90065a20cc6ae9a40d1aec7252f36
parent7a340792c96d7bc4ef3315968a74ec5569a411c5 (diff)
downloadmetacity-8bd2822e695daaf3e8201be76c9d5e6e41b1d2f6.tar.gz
core.h is in include, not core. (Last one, I promise.)
2008-02-02 Thomas Thurman <tthurman@gnome.org> * src/Makefile.am: core.h is in include, not core. (Last one, I promise.) svn path=/trunk/; revision=3537
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e25fd517..ef1ac703 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-02 Thomas Thurman <tthurman@gnome.org>
+ * src/Makefile.am: core.h is in include, not core. (Last one, I
+ promise.)
+
+2008-02-02 Thomas Thurman <tthurman@gnome.org>
+
* src/Makefile.am: main.h is in include, not core.
2008-02-02 Thomas Thurman <tthurman@gnome.org>
diff --git a/src/Makefile.am b/src/Makefile.am
index a4e8e894..359a8540 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 \