From 2d9c0b598b8415011c582d08600ce71f12aeda93 Mon Sep 17 00:00:00 2001 From: Luis Kornblueh <luis.kornblueh@mpimet.mpg.de> Date: Fri, 2 Sep 2016 14:59:52 +0200 Subject: [PATCH] examples should be build by default as well. --- Makefile.am | 2 +- Makefile.in | 4 ++-- doc/Makefile.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index f0a7f77f..0bb7fde3 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 685dfdd1..fdaebeb7 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 455110ab..ca724bbb 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 -- GitLab