diff --git a/Makefile.am b/Makefile.am index f0a7f77f19df00a7f1db730d4eb1ed49770b6c9e..0bb7fde304cc7fbb6a6484a3bf8a815161feb988 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src test doc +SUBDIRS = src test doc examples if ENABLE_CHECK SUBDIRS += test diff --git a/Makefile.in b/Makefile.in index 685dfdd183beedaf194744b8a14b8c2f96ca8f15..fdaebeb74d99b0a89dfe3e357859d5a76beabdd0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -160,7 +160,7 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags CSCOPE = cscope -DIST_SUBDIRS = src test doc +DIST_SUBDIRS = src test doc examples am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/compile \ $(top_srcdir)/config/config.guess \ $(top_srcdir)/config/config.h.in \ @@ -366,7 +366,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src test doc $(am__append_1) +SUBDIRS = src test doc examples $(am__append_1) EXTRA_DIST = include/mtime_calendar.h \ include/mtime_calendar360day.h \ include/mtime_calendar365day.h \ diff --git a/doc/Makefile.in b/doc/Makefile.in index 455110ab88af8376e2d236f4e88b83c288ef4e06..ca724bbbf38743117d4f621f9f677a47855e4205 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -400,8 +400,8 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -@DX_COND_doc_FALSE@install-data-local: @DX_COND_doc_FALSE@mostlyclean-local: +@DX_COND_doc_FALSE@install-data-local: clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am