
On 12/21/13 05:03, Adam Walters wrote:
Adding config_driver.c to POTFILES.in to fix a syntax-check error.
Signed-off-by: Adam Walters <adam@pandorasboxen.com> --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/po/POTFILES.in b/po/POTFILES.in index 49dfc9c..0e23610 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -27,6 +27,7 @@ src/conf/snapshot_conf.c src/conf/storage_conf.c src/conf/storage_encryption_conf.c src/conf/virchrdev.c +src/config/config_driver.c src/cpu/cpu.c src/cpu/cpu_generic.c src/cpu/cpu_map.c
This patch will need to be squashed into the patch that actually introduces the syntax-check error. Libvirt's policy is that after each patch the tree must be buildable and pass "make check" and " make syntax-check". Peter