summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-05-26 21:45:43 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-05-26 21:45:43 +0000
commitc5c68fcbe8f05b412f318fe5c595d04a5e9183de (patch)
tree2f5057d2e4b97832ac6c6313025b410dd307ef94
parent0c7be526753b6d53710830ba74e09718ed0bd5cf (diff)
downloadmetacity-c5c68fcbe8f05b412f318fe5c595d04a5e9183de.tar.gz
added in two files needed for Iain's changes earlier to work in a release
2008-05-26 Thomas Thurman <tthurman@gnome.org> * src/Makefile.am: added in two files needed for Iain's changes earlier to work in a release tarball svn path=/trunk/; revision=3728
-rw-r--r--ChangeLog7
-rw-r--r--src/Makefile.am2
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a6268825..53524372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,7 @@
2008-05-26 Thomas Thurman <tthurman@gnome.org>
- * NEWS: 2.23.21 release.
-
-2008-05-26 Thomas Thurman <tthurman@gnome.org>
-
- * NEWS: 2.23.21 release.
+ * src/Makefile.am: added in two files needed for Iain's
+ changes earlier to work in a release tarball
2008-05-24 Iain Holmes <iain@gnome.org>
diff --git a/src/Makefile.am b/src/Makefile.am
index ae4bcffb..5f45a6fd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,6 +15,7 @@ metacity_SOURCES= \
compositor/compositor.c \
compositor/compositor-private.h \
compositor/compositor-xrender.c \
+ compositor/compositor-xrender.h \
include/compositor.h \
core/constraints.c \
core/constraints.h \
@@ -57,6 +58,7 @@ metacity_SOURCES= \
core/screen.c \
core/screen-private.h \
include/screen.h \
+ include/types.h \
core/session.c \
core/session.h \
core/stack.c \