diff --git a/ChangeLog b/ChangeLog index 98df86168..e25fd5176 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-02 Thomas Thurman + + * src/Makefile.am: main.h is in include, not core. + 2008-02-02 Thomas Thurman * src/Makefile.am: draw-workspace.h is in ui, not core. diff --git a/src/Makefile.am b/src/Makefile.am index 69e30a0f8..a4e8e894a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,7 @@ metacity_SOURCES= \ core/keybindings.c \ core/keybindings.h \ core/main.c \ - core/main.h \ + include/main.h \ core/metacity-Xatomtype.h \ core/place.c \ core/place.h \