include $(top_srcdir)/src/Common.am libexec_PROGRAMS = basic_ncsa_auth basic_ncsa_auth_SOURCES = basic_ncsa_auth.cc crypt_md5.cc crypt_md5.h man_MANS = basic_ncsa_auth.8 EXTRA_DIST = basic_ncsa_auth.8 LDADD = \ $(COMPAT_LIB) \ @CRYPTLIB@ \ $(XTRA_LIBS) \ $(SSLLIB) ## we need our local files too (but avoid -I. at all costs) INCLUDES += -I$(srcdir)