From 3cf2faf81f4990d231c42c0151eef6738bf0160c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 18 Nov 2010 22:24:11 +0000 Subject: Added autodetection to configure for bullet libraries installed in /usr or /usr/local, added --enable-static-bullet option to staticly link the libraries. Updated installation instructions. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 13a6b8e..07835a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,5 +2,7 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = src -- cgit v1.2.3