From db8b5af9d94f537b6e9c9483c2bde06ac9edb621 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 2 Oct 2009 19:10:31 +0000 Subject: Allow for a build directory separate from the source. --- po/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'po') 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 -- cgit v1.2.1