correct path to Makefile.am.common

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5638 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-19 23:16:50 +00:00
parent 14f0bcca55
commit f42ca9c63a
29 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_readline)

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
if KRB4
AFSPROGS = afslog

View File

@@ -1,5 +1,5 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
SUBDIRS = common ftp ftpd

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_krb4)

View File

@@ -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)

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_krb4) $(X_CFLAGS)

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_krb4)

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_krb4)

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_krb4) -DBINDIR=\"$(bindir)\"

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
SUBDIRS = libtelnet telnet telnetd

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += -I$(srcdir)/.. $(INCLUDE_krb4)

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += -I$(srcdir)/..

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += -I$(srcdir)/.. $(INCLUDE_krb4)

View File

@@ -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

View File

@@ -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)\"

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
AUTOMAKE_OPTIONS += no-texinfo.tex

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
SUBDIRS = kadm5

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_readline)

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_krb4)

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
man_MANS = kpasswd.1 kpasswdd.8

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_krb4)

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
INCLUDES += $(INCLUDE_krb4)

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
if KRB4
dir_45 = 45

View File

@@ -1,6 +1,6 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
YFLAGS = -d

View File

@@ -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