From 1facd7d11c79e6af060f36a71b631bab66456484 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Mar 2009 21:24:41 +0100 Subject: use top_builddir instead of builddir --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fd7f3a2..b11b1b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,4 +62,4 @@ BUILT_SOURCES = \ atasmart.strpool.c atasmart.strpool.c: atasmart.c strpool - $(builddir)/strpool $< $@ + $(top_builddir)/strpool $< $@ -- cgit