hx509: Add hx509.conf support
[metze/heimdal/wip.git] / Makefile.am
index 4fece30f11bc80c58689bc509e787ebc0485227a..7fb69fdf4e08c0a502d5d18c7901d6e39d5b250e 100644 (file)
@@ -7,12 +7,20 @@ kcm_dir = kcm
 endif
 
 SUBDIRS=  include lib kuser kdc admin kadmin kpasswd 
-SUBDIRS+= $(kcm_dir) appl doc tools tests packages etc
+SUBDIRS+= $(kcm_dir) appl tools tests packages etc po
+
+if HEIMDAL_DOCUMENTATION
+SUBDIRS+= doc
+endif
+
+
 
 ## ACLOCAL = @ACLOCAL@ -I cf
 ACLOCAL_AMFLAGS = -I cf
 
 EXTRA_DIST = \
+       NTMakefile \
+       windows \
        TODO \
        LICENSE \
        README \
@@ -30,8 +38,34 @@ EXTRA_DIST = \
        autogen.sh \
        krb5.conf \
        cf/make-proto.pl \
-       cf/check-symbols.sh \
-       cf/install-catman.sh
+       cf/roken-h-process.pl \
+       cf/install-catman.sh \
+       cf/ChangeLog \
+       cf/c-function.m4 \
+       cf/ChangeLog \
+       cf/have-pragma-weak.m4 \
+       cf/have-types.m4 \
+       cf/krb-func-getcwd-broken.m4 \
+       cf/krb-prog-ranlib.m4 \
+       cf/krb-prog-yacc.m4 \
+       cf/krb-sys-aix.m4 \
+       cf/krb-sys-nextstep.m4 \
+       cf/roken.m4 \
+       cf/valgrind-suppressions \
+       cf/maybe-valgrind.sh \
+       cf/symbol-version.py \
+       cf/w32-check-exported-symbols.pl \
+       cf/w32-def-from-dll.pl \
+       cf/w32-detect-vc-version.pl \
+       cf/w32-hh-toc-from-info.pl \
+       cf/w32-list-externs-from-objs.pl \
+       cf/vararray.m4
 
 print-distdir:
        @echo $(distdir)
+
+clean-local-gcov:
+       find . '(' -name '*.gcno' -o -name '*.gcda' -o -name '*.gcov' ')' -a -print|xargs rm -f
+
+.PHONY: clean-local-gcov
+