diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-07-26 14:12:06 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-07-26 14:12:06 -0400 |
commit | ba1aaad0e07e3a1f168e59ffbeae92b202929845 (patch) | |
tree | f93e4bcce0fef044dc62221051f77e2c530e27b8 | |
parent | fc77370068e45b7fa6e4eb67bdaf3a4c17478b2c (diff) |
Hack fix for broken libtool.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a84ffc8..b437fea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 include $(top_srcdir)/aminclude.am +# Work around broken libtool. +export to_tool_file_cmd=func_convert_file_noop + SUBDIRS = libvchan src data EXTRA_DIST = Doxyfile |