summaryrefslogtreecommitdiff
path: root/security/ssh2/files/patch-aa
blob: 87e4f78e3908be4b8462efcd33ce5991fb6f2561 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- lib/Makefile.in.old	Tue Nov 24 18:18:33 1998
+++ lib/Makefile.in	Tue Nov 24 18:20:13 1998
@@ -97,14 +97,14 @@
 
 AUTOMAKE_OPTIONS = 1.0 foreign dist-zip no-dependencies
 
-SUBDIRS = zlib sshmath sshreadline sshutil sshapputil sshcrypt sshproto sshsession
+SUBDIRS = sshmath sshreadline sshutil sshapputil sshcrypt sshproto sshsession
 
 # sshtest testsuite
 
 lib_LIBRARIES = libssh.a
 # libsshcrypt.kpure.a 
 
-SUBLIBRARIES = sshmath/libsshmath.a zlib/libz.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a
+SUBLIBRARIES = sshmath/libsshmath.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../sshconf.h
 CONFIG_CLEAN_FILES = 
@@ -367,11 +367,6 @@
 all-local: includes
 includes:
 	-if test '!' -d ../include; then mkdir ../include; fi
-	for i in zlib/zlib.h zlib/zconf.h; do   \
-	  if test -f $(srcdir)/$$i; then		  \
-	    $(COPY_INCLUDE) $(srcdir)/$$i ../include;	  \
-	  fi;						  \
-	done
 	-for dir in $(SUBDIRS); do \
 		if test "$$dir" != "zlib" && test "$$dir" != "gmp"; then \
 		  ( cd $$dir && $(MAKE) includes) ; \