diff --git a/ChangeLog b/ChangeLog index a62688250..53524372b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,7 @@ 2008-05-26 Thomas Thurman - * NEWS: 2.23.21 release. - -2008-05-26 Thomas Thurman - - * 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 diff --git a/src/Makefile.am b/src/Makefile.am index ae4bcffbb..5f45a6fd7 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 \