From b5988004d64d6c533e8bb09732a6f7cd4fb1194f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 12 May 2006 11:47:45 +0000 Subject: * Support for srcdir != builddir (NIX-41). --- src/libutil/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/Makefile.am') diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index e10477deb706..8fab0c5b0555 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -9,4 +9,4 @@ libutil_la_SOURCES += \ md5.c md5.h sha1.c sha1.h sha256.c sha256.h md32_common.h endif -AM_CXXFLAGS = -Wall -I.. ${aterm_include} +AM_CXXFLAGS = -Wall -I$(srcdir)/.. ${aterm_include} -- cgit 1.4.1