Skip to content

Commit 1b8d6d2

Browse files
author
jessekornblum
committed
Cleaning comments, build
git-svn-id: https://svn.code.sf.net/p/ssdeep/code/trunk@119 d1b3761f-3242-0410-b1a5-fe525d664610
1 parent 23d9cf0 commit 1b8d6d2

File tree

5 files changed

+46
-8441
lines changed

5 files changed

+46
-8441
lines changed

Makefile.in

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
4444
ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
4545
install-sh ltmain.sh missing
4646
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47-
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47+
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
48+
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49+
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50+
$(top_srcdir)/configure.ac
4851
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
4952
$(ACLOCAL_M4)
5053
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \

0 commit comments

Comments
 (0)