diff options
author | Thomas Thurman <tthurman@gnome.org> | 2008-10-22 13:08:44 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-10-22 13:08:44 +0000 |
commit | 788cbc91b2517cecdbb00e454307a65f64b29cff (patch) | |
tree | b6f127ab6844aef0a7e3e710be55c1bf3c2b65b7 /po/POTFILES.in | |
parent | 9cb0b6ff520ea69bdff6c328a21787202aee1bcc (diff) | |
download | mutter-788cbc91b2517cecdbb00e454307a65f64b29cff.tar.gz |
Fixes to make distcheck work again.
2008-10-22 Thomas Thurman <tthurman@gnome.org>
Fixes to make distcheck work again.
* src/Makefile.am: include *-binding.h, and make the schema
building work when builddir != srcdir
* po/POTFILES.in (src/core/keybindings.): include *-binding.h
svn path=/trunk/; revision=3985
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index e53f89ca9..fe5eafbdb 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -10,14 +10,14 @@ src/core/keybindings.c src/core/main.c src/core/prefs.c src/core/screen.c -src/core/screen-bindings.h src/core/schema-bindings.c src/core/session.c src/core/util.c -src/core/window-bindings.h src/core/window.c src/core/window-props.c src/core/xprops.c +src/include/screen-bindings.h +src/include/window-bindings.h src/metacity.desktop.in src/metacity.schemas.in.in src/metacity-wm.desktop.in |