mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Small change in automake-generated libssh2/Makefile.in
This commit is contained in:
parent
a24082eee4
commit
4df6a9f081
1 changed files with 3 additions and 4 deletions
|
|
@ -190,11 +190,10 @@ am__define_uniq_tagged_files = \
|
|||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | $(am__uniquify_input)`
|
||||
DIST_SUBDIRS = src
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libssh2.pc.in \
|
||||
COPYING ChangeLog NEWS README compile config.guess \
|
||||
config.rpath config.sub depcomp install-sh ltmain.sh missing \
|
||||
tap-driver.sh
|
||||
COPYING ChangeLog README compile config.guess config.rpath \
|
||||
config.sub depcomp install-sh ltmain.sh missing tap-driver.sh
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
distdir = $(PACKAGE)-$(VERSION)
|
||||
top_distdir = $(distdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue