diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 12:26:56 -0400 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 12:26:56 -0400 |
commit | 0f8767b61f143962b2e2dc1fdfa3b5a219eaed8c (patch) | |
tree | edc3a87d0531fc82225dd6a6d1130470080fe27b /Makefile.in | |
parent | 255755cb2a3abf34440792748325c98c9a61f766 (diff) | |
download | duser-0f8767b61f143962b2e2dc1fdfa3b5a219eaed8c.tar.gz |
More autotools migration
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 54b96cf..09957b4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,7 +35,7 @@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ - install-sh missing + compile depcomp install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |