From f42ca9c63aa26cf8d7ee4244a40eb7c1448d9a00 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 19 Mar 1999 23:16:50 +0000 Subject: [PATCH] correct path to Makefile.am.common git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5638 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/Makefile.am | 2 +- appl/Makefile.am | 2 +- appl/afsutil/Makefile.am | 2 +- appl/ftp/Makefile.am | 2 +- appl/ftp/common/Makefile.am | 2 +- appl/ftp/ftp/Makefile.am | 2 +- appl/ftp/ftpd/Makefile.am | 2 +- appl/kx/Makefile.am | 2 +- appl/login/Makefile.am | 2 +- appl/otp/Makefile.am | 2 +- appl/popper/Makefile.am | 2 +- appl/rsh/Makefile.am | 2 +- appl/telnet/Makefile.am | 2 +- appl/telnet/libtelnet/Makefile.am | 2 +- appl/telnet/telnet/Makefile.am | 2 +- appl/telnet/telnetd/Makefile.am | 2 +- appl/test/Makefile.am | 2 +- appl/xnlock/Makefile.am | 2 +- doc/Makefile.am | 2 +- include/Makefile.am | 2 +- include/kadm5/Makefile.am | 2 +- kadmin/Makefile.am | 2 +- kdc/Makefile.am | 2 +- kpasswd/Makefile.am | 2 +- kuser/Makefile.am | 2 +- lib/45/Makefile.am | 2 +- lib/Makefile.am | 2 +- lib/com_err/Makefile.am | 2 +- lib/des/Makefile.am | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/admin/Makefile.am b/admin/Makefile.am index 058c3b9ba..f81145d0c 100644 --- a/admin/Makefile.am +++ b/admin/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_readline) diff --git a/appl/Makefile.am b/appl/Makefile.am index 99aebb883..76f7f9c27 100644 --- a/appl/Makefile.am +++ b/appl/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/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 1f90abd13..544f95d92 100644 --- a/appl/afsutil/Makefile.am +++ b/appl/afsutil/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common if KRB4 AFSPROGS = afslog diff --git a/appl/ftp/Makefile.am b/appl/ftp/Makefile.am index 07f260bfb..6a6832aa5 100644 --- a/appl/ftp/Makefile.am +++ b/appl/ftp/Makefile.am @@ -1,5 +1,5 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common SUBDIRS = common ftp ftpd diff --git a/appl/ftp/common/Makefile.am b/appl/ftp/common/Makefile.am index adb71a38f..8b9d1cd4a 100644 --- a/appl/ftp/common/Makefile.am +++ b/appl/ftp/common/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/appl/ftp/ftp/Makefile.am b/appl/ftp/ftp/Makefile.am index 419ddf188..d96d3630d 100644 --- a/appl/ftp/ftp/Makefile.am +++ b/appl/ftp/ftp/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/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 c7395faa4..5fd3e5e36 100644 --- a/appl/ftp/ftpd/Makefile.am +++ b/appl/ftp/ftpd/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += -I$(srcdir)/../common $(INCLUDE_krb4) -DFTP_SERVER diff --git a/appl/kx/Makefile.am b/appl/kx/Makefile.am index 831b95604..9f9984ec5 100644 --- a/appl/kx/Makefile.am +++ b/appl/kx/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_krb4) $(X_CFLAGS) diff --git a/appl/login/Makefile.am b/appl/login/Makefile.am index 82cc82dbe..f263573c1 100644 --- a/appl/login/Makefile.am +++ b/appl/login/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/appl/otp/Makefile.am b/appl/otp/Makefile.am index 47346c02c..ebb445b57 100644 --- a/appl/otp/Makefile.am +++ b/appl/otp/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common bin_PROGRAMS = otp otpprint bin_SUIDS = otp diff --git a/appl/popper/Makefile.am b/appl/popper/Makefile.am index f8727e201..edf9621e4 100644 --- a/appl/popper/Makefile.am +++ b/appl/popper/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/appl/rsh/Makefile.am b/appl/rsh/Makefile.am index 727fbaf5a..fc44610eb 100644 --- a/appl/rsh/Makefile.am +++ b/appl/rsh/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_krb4) -DBINDIR=\"$(bindir)\" diff --git a/appl/telnet/Makefile.am b/appl/telnet/Makefile.am index 88493594d..c44a1f383 100644 --- a/appl/telnet/Makefile.am +++ b/appl/telnet/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common SUBDIRS = libtelnet telnet telnetd diff --git a/appl/telnet/libtelnet/Makefile.am b/appl/telnet/libtelnet/Makefile.am index 0cecfc139..b1e48557f 100644 --- a/appl/telnet/libtelnet/Makefile.am +++ b/appl/telnet/libtelnet/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += -I$(srcdir)/.. $(INCLUDE_krb4) diff --git a/appl/telnet/telnet/Makefile.am b/appl/telnet/telnet/Makefile.am index bf5abd3a0..f88815603 100644 --- a/appl/telnet/telnet/Makefile.am +++ b/appl/telnet/telnet/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += -I$(srcdir)/.. diff --git a/appl/telnet/telnetd/Makefile.am b/appl/telnet/telnetd/Makefile.am index ee7f3021a..52a784784 100644 --- a/appl/telnet/telnetd/Makefile.am +++ b/appl/telnet/telnetd/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += -I$(srcdir)/.. $(INCLUDE_krb4) diff --git a/appl/test/Makefile.am b/appl/test/Makefile.am index 12fbe52b4..a3474f63d 100644 --- a/appl/test/Makefile.am +++ b/appl/test/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/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 5a2e16225..0f300f17b 100644 --- a/appl/xnlock/Makefile.am +++ b/appl/xnlock/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_krb4) $(X_CFLAGS) -DBINDIR=\"$(bindir)\" diff --git a/doc/Makefile.am b/doc/Makefile.am index 4ba0e2b7e..b55b485b9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common AUTOMAKE_OPTIONS += no-texinfo.tex diff --git a/include/Makefile.am b/include/Makefile.am index a7e67e7ae..462ffae9e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common SUBDIRS = kadm5 diff --git a/include/kadm5/Makefile.am b/include/kadm5/Makefile.am index a3315fe2c..1d1ecb416 100644 --- a/include/kadm5/Makefile.am +++ b/include/kadm5/Makefile.am @@ -1,5 +1,5 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common CLEANFILES = admin.h kadm5_err.h private.h diff --git a/kadmin/Makefile.am b/kadmin/Makefile.am index f5779eb10..046e9d607 100644 --- a/kadmin/Makefile.am +++ b/kadmin/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_readline) diff --git a/kdc/Makefile.am b/kdc/Makefile.am index 3bbd53275..dbfaf77ef 100644 --- a/kdc/Makefile.am +++ b/kdc/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/kpasswd/Makefile.am b/kpasswd/Makefile.am index 81ab10e00..e83293364 100644 --- a/kpasswd/Makefile.am +++ b/kpasswd/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common man_MANS = kpasswd.1 kpasswdd.8 diff --git a/kuser/Makefile.am b/kuser/Makefile.am index 01a8f6f80..f8a34ca52 100644 --- a/kuser/Makefile.am +++ b/kuser/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/lib/45/Makefile.am b/lib/45/Makefile.am index 892821287..7d742ddef 100644 --- a/lib/45/Makefile.am +++ b/lib/45/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common INCLUDES += $(INCLUDE_krb4) diff --git a/lib/Makefile.am b/lib/Makefile.am index d768f2395..a3c769973 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common if KRB4 dir_45 = 45 diff --git a/lib/com_err/Makefile.am b/lib/com_err/Makefile.am index 8546e231c..33b98a7f9 100644 --- a/lib/com_err/Makefile.am +++ b/lib/com_err/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common YFLAGS = -d diff --git a/lib/des/Makefile.am b/lib/des/Makefile.am index 01d7ebffb..857c0b9b6 100644 --- a/lib/des/Makefile.am +++ b/lib/des/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/Makefile.am.common +include $(top_srcdir)/cf/Makefile.am.common lib_LTLIBRARIES = libdes.la include_HEADERS = des.h md4.h md5.h sha.h