diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-01-30 15:34:00 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-01-30 15:34:00 -0500 |
commit | c575fc9cc6b9063b149e7e19313ae163a385f3d2 (patch) | |
tree | 16c3c245cc570048b26279af81a567228da5be35 /src/c | |
parent | 1b182b6181381e3b937bc3070abb442dc17d14d8 (diff) |
Another try to include more Autofiles in the distribution
Diffstat (limited to 'src/c')
-rw-r--r-- | src/c/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/c/Makefile.in b/src/c/Makefile.in index 0eb09175..c48ffb9f 100644 --- a/src/c/Makefile.in +++ b/src/c/Makefile.in @@ -37,7 +37,10 @@ host_triplet = @host@ subdir = src/c DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |