summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-02-02 21:35:23 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-02-02 21:35:23 +0000
commit8e77d5b28da40dcf91ca214dfe9885cd6091b60c (patch)
treeced05562a082f02de92468b2e082368ace6cf26d /src/Makefile.am
parent8e79100b92163b038f9f27c779df99a56e9c4cb1 (diff)
downloadmetacity-8e77d5b28da40dcf91ca214dfe9885cd6091b60c.tar.gz
draw-workspace.h is in ui, not core.
2008-02-02 Thomas Thurman <tthurman@gnome.org> * src/Makefile.am: draw-workspace.h is in ui, not core. svn path=/trunk/; revision=3535
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 22217f82..69e30a0f 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 \