diff options
author | Alasdair Kergon <agk@redhat.com> | 2009-10-02 19:10:31 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2009-10-02 19:10:31 +0000 |
commit | db8b5af9d94f537b6e9c9483c2bde06ac9edb621 (patch) | |
tree | 11cca90b013c731ba7060d0f608657127fb794dc /po | |
parent | 1ae301590bbdebdcd7464e52fed7c49c12fa00bf (diff) | |
download | lvm2-db8b5af9d94f537b6e9c9483c2bde06ac9edb621.tar.gz |
Allow for a build directory separate from the source.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile.in b/po/Makefile.in index 64e882fdf..c9f8400d8 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -13,6 +13,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ +top_builddir = @top_builddir@ VPATH = @srcdir@ LANGS=de @@ -24,7 +25,7 @@ DM_POSOURCES = $(top_srcdir)/dmsetup/*.pot $(top_srcdir)/libdm/*.pot \ LVM_POSOURCES = $(top_srcdir)/tools/*.pot $(top_srcdir)/lib/*/*.pot -include $(top_srcdir)/make.tmpl +include ../make.tmpl lvm2.po: Makefile $(LVM_POSOURCES) @echo Compiling string table |