diff --git a/Makefile.am b/Makefile.am index 22ced0b95..4a3e087d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common SUBDIRS = include lib kuser kdc admin kadmin kpasswd appl doc diff --git a/admin/Makefile.am b/admin/Makefile.am index f81145d0c..058c3b9ba 100644 --- a/admin/Makefile.am +++ b/admin/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_readline) diff --git a/appl/Makefile.am b/appl/Makefile.am index 76f7f9c27..99aebb883 100644 --- a/appl/Makefile.am +++ b/appl/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common SUBDIRS = afsutil ftp login @OTP_dir@ popper push rsh telnet test DIST_SUBDIRS = afsutil ftp login otp popper push rsh telnet test diff --git a/appl/afsutil/Makefile.am b/appl/afsutil/Makefile.am index 544f95d92..1f90abd13 100644 --- a/appl/afsutil/Makefile.am +++ b/appl/afsutil/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common if KRB4 AFSPROGS = afslog diff --git a/appl/ftp/Makefile.am b/appl/ftp/Makefile.am index 6a6832aa5..07f260bfb 100644 --- a/appl/ftp/Makefile.am +++ b/appl/ftp/Makefile.am @@ -1,5 +1,5 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common SUBDIRS = common ftp ftpd diff --git a/appl/ftp/common/Makefile.am b/appl/ftp/common/Makefile.am index 8b9d1cd4a..adb71a38f 100644 --- a/appl/ftp/common/Makefile.am +++ b/appl/ftp/common/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/appl/ftp/ftp/Makefile.am b/appl/ftp/ftp/Makefile.am index d96d3630d..419ddf188 100644 --- a/appl/ftp/ftp/Makefile.am +++ b/appl/ftp/ftp/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += -I$(srcdir)/../common $(INCLUDE_readline) $(INCLUDE_krb4) diff --git a/appl/ftp/ftpd/Makefile.am b/appl/ftp/ftpd/Makefile.am index 5fd3e5e36..c7395faa4 100644 --- a/appl/ftp/ftpd/Makefile.am +++ b/appl/ftp/ftpd/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += -I$(srcdir)/../common $(INCLUDE_krb4) -DFTP_SERVER diff --git a/appl/kx/Makefile.am b/appl/kx/Makefile.am index 9f9984ec5..831b95604 100644 --- a/appl/kx/Makefile.am +++ b/appl/kx/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) $(X_CFLAGS) diff --git a/appl/login/Makefile.am b/appl/login/Makefile.am index f263573c1..82cc82dbe 100644 --- a/appl/login/Makefile.am +++ b/appl/login/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/appl/otp/Makefile.am b/appl/otp/Makefile.am index ebb445b57..47346c02c 100644 --- a/appl/otp/Makefile.am +++ b/appl/otp/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common bin_PROGRAMS = otp otpprint bin_SUIDS = otp diff --git a/appl/popper/Makefile.am b/appl/popper/Makefile.am index edf9621e4..f8727e201 100644 --- a/appl/popper/Makefile.am +++ b/appl/popper/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/appl/push/Makefile.am b/appl/push/Makefile.am index b175e53e7..ec02a32d0 100644 --- a/appl/push/Makefile.am +++ b/appl/push/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) $(HESIODINCLUDE) diff --git a/appl/rsh/Makefile.am b/appl/rsh/Makefile.am index fc44610eb..727fbaf5a 100644 --- a/appl/rsh/Makefile.am +++ b/appl/rsh/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) -DBINDIR=\"$(bindir)\" diff --git a/appl/telnet/Makefile.am b/appl/telnet/Makefile.am index c44a1f383..88493594d 100644 --- a/appl/telnet/Makefile.am +++ b/appl/telnet/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common SUBDIRS = libtelnet telnet telnetd diff --git a/appl/telnet/libtelnet/Makefile.am b/appl/telnet/libtelnet/Makefile.am index b1e48557f..0cecfc139 100644 --- a/appl/telnet/libtelnet/Makefile.am +++ b/appl/telnet/libtelnet/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += -I$(srcdir)/.. $(INCLUDE_krb4) diff --git a/appl/telnet/telnet/Makefile.am b/appl/telnet/telnet/Makefile.am index f88815603..bf5abd3a0 100644 --- a/appl/telnet/telnet/Makefile.am +++ b/appl/telnet/telnet/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += -I$(srcdir)/.. diff --git a/appl/telnet/telnetd/Makefile.am b/appl/telnet/telnetd/Makefile.am index 52a784784..ee7f3021a 100644 --- a/appl/telnet/telnetd/Makefile.am +++ b/appl/telnet/telnetd/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += -I$(srcdir)/.. $(INCLUDE_krb4) diff --git a/appl/test/Makefile.am b/appl/test/Makefile.am index a3474f63d..12fbe52b4 100644 --- a/appl/test/Makefile.am +++ b/appl/test/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common noinst_PROGRAMS = tcp_client tcp_server gssapi_server gssapi_client \ uu_server uu_client diff --git a/appl/xnlock/Makefile.am b/appl/xnlock/Makefile.am index 0f300f17b..5a2e16225 100644 --- a/appl/xnlock/Makefile.am +++ b/appl/xnlock/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) $(X_CFLAGS) -DBINDIR=\"$(bindir)\" diff --git a/doc/Makefile.am b/doc/Makefile.am index b55b485b9..4ba0e2b7e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common AUTOMAKE_OPTIONS += no-texinfo.tex diff --git a/include/Makefile.am b/include/Makefile.am index 462ffae9e..a7e67e7ae 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common SUBDIRS = kadm5 diff --git a/include/kadm5/Makefile.am b/include/kadm5/Makefile.am index 1d1ecb416..a3315fe2c 100644 --- a/include/kadm5/Makefile.am +++ b/include/kadm5/Makefile.am @@ -1,5 +1,5 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common CLEANFILES = admin.h kadm5_err.h private.h diff --git a/kadmin/Makefile.am b/kadmin/Makefile.am index 046e9d607..f5779eb10 100644 --- a/kadmin/Makefile.am +++ b/kadmin/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_readline) diff --git a/kdc/Makefile.am b/kdc/Makefile.am index dbfaf77ef..3bbd53275 100644 --- a/kdc/Makefile.am +++ b/kdc/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/kpasswd/Makefile.am b/kpasswd/Makefile.am index e83293364..81ab10e00 100644 --- a/kpasswd/Makefile.am +++ b/kpasswd/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common man_MANS = kpasswd.1 kpasswdd.8 diff --git a/kuser/Makefile.am b/kuser/Makefile.am index f8a34ca52..01a8f6f80 100644 --- a/kuser/Makefile.am +++ b/kuser/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/lib/45/Makefile.am b/lib/45/Makefile.am index 7d742ddef..892821287 100644 --- a/lib/45/Makefile.am +++ b/lib/45/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/lib/Makefile.am b/lib/Makefile.am index a3c769973..d768f2395 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common if KRB4 dir_45 = 45 diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index e84973789..b3175aac7 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common SUFFIXES = .x .et .h diff --git a/lib/com_err/Makefile.am b/lib/com_err/Makefile.am index 33b98a7f9..bbaa5fe99 100644 --- a/lib/com_err/Makefile.am +++ b/lib/com_err/Makefile.am @@ -1,10 +1,11 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common YFLAGS = -d lib_LTLIBRARIES = libcom_err.la +libcom_err_la_LDFLAGS = -version-info 1:0:0 bin_PROGRAMS = compile_et diff --git a/lib/des/Makefile.am b/lib/des/Makefile.am index 857c0b9b6..59db9c795 100644 --- a/lib/des/Makefile.am +++ b/lib/des/Makefile.am @@ -1,8 +1,10 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common lib_LTLIBRARIES = libdes.la +libdes_la_LDFLAGS = -version-info 0:0:0 + include_HEADERS = des.h md4.h md5.h sha.h build_HEADERZ = $(include_HEADERS) diff --git a/lib/editline/Makefile.am b/lib/editline/Makefile.am index 30cf1c92e..ff9d8c92f 100644 --- a/lib/editline/Makefile.am +++ b/lib/editline/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common man_MANS = editline.3 diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index 17f0eb263..97d0bbb10 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += -I$(srcdir)/../krb5 diff --git a/lib/gssapi/krb5/Makefile.am b/lib/gssapi/krb5/Makefile.am index 17f0eb263..97d0bbb10 100644 --- a/lib/gssapi/krb5/Makefile.am +++ b/lib/gssapi/krb5/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += -I$(srcdir)/../krb5 diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am index 5156bf258..0b8d19986 100644 --- a/lib/hdb/Makefile.am +++ b/lib/hdb/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common SUFFIXES = .x .et .h diff --git a/lib/kadm5/Makefile.am b/lib/kadm5/Makefile.am index 71a1342e5..3b7671d94 100644 --- a/lib/kadm5/Makefile.am +++ b/lib/kadm5/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common lib_LTLIBRARIES = libkadm5srv.la libkadm5clnt.la libkadm5srv_la_LDFLAGS = -version-info 1:0:0 diff --git a/lib/kafs/Makefile.am b/lib/kafs/Makefile.am index ee9eff634..6350f7d15 100644 --- a/lib/kafs/Makefile.am +++ b/lib/kafs/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) -DLIBDIR=\"$(libdir)\" $(AFS_EXTRA_DEFS) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index 90649130c..6619018c6 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/lib/otp/Makefile.am b/lib/otp/Makefile.am index 56a305798..beac72766 100644 --- a/lib/otp/Makefile.am +++ b/lib/otp/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common noinst_PROGRAMS = otptest diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 39306d58e..ea4eb151f 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common CLEANFILES = roken.h make-roken.c print_version.h diff --git a/lib/sl/Makefile.am b/lib/sl/Makefile.am index 3f4321169..c0afddd9e 100644 --- a/lib/sl/Makefile.am +++ b/lib/sl/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/cf/Makefile.am.common +include $(top_srcdir)/Makefile.am.common INCLUDES += -DROKEN_RENAME