commit 1ad42aa9f02a5c73765670b786a11c3b23811d87 Author: David Goulet dgoulet@ev0ke.net Date: Sun Jun 2 11:55:17 2013 -0400
Add config/ dir to default include path
Signed-off-by: David Goulet dgoulet@ev0ke.net --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Makefile.am b/Makefile.am index 0ef8147..912a8f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,6 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I config + SUBDIRS = src doc test
tor-commits@lists.torproject.org