blob: a7ec883730a6d96e6adaf5eef4255716229936c4 (
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
32
33
34
35
36
|
*** lib/Makefile.in.orig Tue Oct 22 23:39:41 2002
--- lib/Makefile.in Thu Feb 27 19:54:34 2003
***************
*** 204,210 ****
@OTP_TRUE@dir_otp = otp
! SUBDIRS = @DIR_roken@ vers com_err @DIR_des@ krb kdb kadm acl \
kafs auth editline sl $(dir_otp)
subdir = lib
--- 204,210 ----
@OTP_TRUE@dir_otp = otp
! SUBDIRS = @DIR_roken@ vers @DIR_des@ krb kdb kadm acl \
kafs auth editline sl $(dir_otp)
subdir = lib
***************
*** 228,234 ****
install-exec-recursive installdirs-recursive install-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = Makefile.am Makefile.in
! DIST_SUBDIRS = @DIR_roken@ vers com_err @DIR_des@ krb kdb kadm acl kafs \
auth editline sl otp
all: all-recursive
--- 228,234 ----
install-exec-recursive installdirs-recursive install-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = Makefile.am Makefile.in
! DIST_SUBDIRS = @DIR_roken@ vers @DIR_des@ krb kdb kadm acl kafs \
auth editline sl otp
all: all-recursive
|