diff options
author | Adam Lopez <alopez@frontend01.ecdf.ed.ac.uk> | 2009-12-04 18:09:58 +0000 |
---|---|---|
committer | Adam Lopez <alopez@frontend01.ecdf.ed.ac.uk> | 2009-12-04 18:09:58 +0000 |
commit | 498ec088e1c4a36f2507ff22bafa7bb0c8d1b794 (patch) | |
tree | e0e5cedab8a3261f66eff1765ffc1ec3781b1cec /Makefile.am | |
parent | 69a9fd913f019e0b1b39bba8554458d2f969ad7f (diff) |
Should be able to install with autoreconf -i; configure [with options]; make
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 38e9e59a..c3780d88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = src training vest AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 |