summaryrefslogtreecommitdiff
path: root/src/Makefile.am
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 /src/Makefile.am
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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \