1 # $Heimdal: Makefile.am 21031 2007-06-09 05:00:27Z lha $
4 include $(top_srcdir)/Makefile.am.common
6 AM_CPPFLAGS += -I$(srcdir)/../common $(INCLUDE_krb4) -DFTP_SERVER
8 libexec_PROGRAMS = ftpd
16 krb5_sources = gssapi.c gss_userok.c
34 EXTRA_ftpd_SOURCES = krb4.c kauth.c gssapi.c gss_userok.c
36 $(ftpd_OBJECTS): security.h
39 @test -f security.c || $(LN_S) $(srcdir)/../ftp/security.c .
41 @test -f security.h || $(LN_S) $(srcdir)/../ftp/security.h .
43 @test -f krb4.c || $(LN_S) $(srcdir)/../ftp/krb4.c .
45 @test -f gssapi.c || $(LN_S) $(srcdir)/../ftp/gssapi.c .
47 CLEANFILES = security.c security.h krb4.c gssapi.c
49 man_MANS = ftpd.8 ftpusers.5
51 LDADD = ../common/libcommon.a \
60 EXTRA_DIST = $(man_MANS)