diff --git a/appl/Makefile.am b/appl/Makefile.am index 797460fbf..cba3fdc67 100644 --- a/appl/Makefile.am +++ b/appl/Makefile.am @@ -5,6 +5,9 @@ include $(top_srcdir)/Makefile.am.common if OTP dir_otp = otp endif +if DCE +dir_dce = dceutil +endif SUBDIRS = \ afsutil \ ftp \ @@ -19,4 +22,4 @@ SUBDIRS = \ test \ kx \ kf \ - $(APPL_dce) + $(dir_dce) diff --git a/lib/Makefile.am b/lib/Makefile.am index 3751a4e12..0aa2a33e8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -8,6 +8,9 @@ endif if OTP dir_otp = otp endif +if DCE +dir_dce = kdfs +endif SUBDIRS = @DIR_roken@ vers editline com_err sl asn1 des krb5 \ - kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) $(LIB_dce) + kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) $(dir_dce)