diff options
author | doursse <doursse> | 2008-03-23 19:39:17 +0000 |
---|---|---|
committer | doursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2008-03-23 19:39:17 +0000 |
commit | 7ec35857f11dee76f1dc7e585e8cb57ac2461e29 (patch) | |
tree | 9b835f59ed6611f9c46d05e95a5dc1d37d58185b /Makefile.am | |
parent | d806c25459153968ce40489ce3f0375d2cf88fab (diff) |
* use an m4 macro to detect engines; faster for adding new engines
(guess which ones ;) )
* update autostuff thingy
SVN revision: 34099
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 951b531..57aaae1 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,3 +1,5 @@ | |||
1 | ACLOCAL_AMFLAGS = -I m4 | ||
2 | |||
1 | SUBDIRS = src data | 3 | SUBDIRS = src data |
2 | 4 | ||
3 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | 5 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ |