summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-03-05 19:29:12 -0500
committerDan Winship <danw@gnome.org>2011-03-07 18:19:53 -0500
commitc84da3ce1babdf9620179aa8f75a515428169e5b (patch)
tree1c7efb8b6e3bf7c6f7ac6c88f6133ab6fdc0b1d0 /po/POTFILES.in
parentbb50f65532f8f513d483436de88b964f6ac0a343 (diff)
downloadmutter-c84da3ce1babdf9620179aa8f75a515428169e5b.tar.gz
Move the installed includes to a subdir
If mutter is going to be a "real" library, then it should install its includes so that users can do #include <meta/display.h> rather than #include <display.h> So rename the includedir accordingly, move src/include to src/meta, and fix up all internal references. There were a handful of header files in src/include that were not installed; this appears to have been part of a plan to keep core/, ui/, and compositor/ from looking at each others' private includes, but that wasn't really working anyway. So move all non-installed headers back into core/ or ui/. https://bugzilla.gnome.org/show_bug.cgi?id=643959
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r--po/POTFILES.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4a683d9d8..ee40c1aa8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
+src/core/all-keybindings.h
src/core/bell.c
src/core/core.c
src/core/delete.c
@@ -15,7 +16,6 @@ src/core/util.c
src/core/window.c
src/core/window-props.c
src/core/xprops.c
-src/include/all-keybindings.h
src/mutter.desktop.in
src/mutter-wm.desktop.in
src/mutter.schemas.in