diff options
author | 2011-06-28 13:38:27 -0600 | |
---|---|---|
committer | 2011-06-28 13:38:27 -0600 | |
commit | 8f3389217150a494b846707f805b574ad1fefecd (patch) | |
tree | d3da28ff84fc2f10084a44cecce93d5c694b813d | |
parent | build: Don't expect translatable strings in a dead file (diff) | |
download | libvirt-8f3389217150a494b846707f805b574ad1fefecd.tar.gz libvirt-8f3389217150a494b846707f805b574ad1fefecd.tar.bz2 libvirt-8f3389217150a494b846707f805b574ad1fefecd.zip |
build: update translated files
The last patch was incomplete. The translated strings merely
moved between generated file names, rather than disappearing.
* cfg.mk (generated_files): Update generated file names.
* po/POTFILES.in: Add remote_dispatch.h
-rw-r--r-- | cfg.mk | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,7 @@ gnulib_dir = $(srcdir)/.gnulib # List of additional files that we want to pick up in our POTFILES.in # This is all gnulib files, as well as generated files for RPC code. generated_files = \ - $(srcdir)/daemon/*_dispatch_*.h \ + $(srcdir)/daemon/*_dispatch.h \ $(srcdir)/src/remote/*_client_bodies.h \ $(srcdir)/src/remote/*_protocol.[ch] \ $(srcdir)/gnulib/lib/*.[ch] diff --git a/po/POTFILES.in b/po/POTFILES.in index 1f226fde6..32eaa2d17 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,6 @@ daemon/libvirtd.c daemon/remote.c +daemon/remote_dispatch.h daemon/stream.c gnulib/lib/gai_strerror.c src/conf/cpu_conf.c |