diff --git a/ChangeLog b/ChangeLog index e25fd5176..ef1ac703e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-02 Thomas Thurman + + * src/Makefile.am: core.h is in include, not core. (Last one, I + promise.) + 2008-02-02 Thomas Thurman * src/Makefile.am: main.h is in include, not core. diff --git a/src/Makefile.am b/src/Makefile.am index a4e8e894a..359a85400 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 \