From d6fd195f6d8b5af2d2810ecb46ddcd84532fba4f Mon Sep 17 00:00:00 2001 From: nicholasmalaya Date: Wed, 6 Jul 2016 15:05:49 -0500 Subject: [PATCH] adding examples to build pattern --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b64f9539..3d4aeb3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ include $(top_srcdir)/doxygen/aminclude.am AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -I m4/common -SUBDIRS = src test doxygen share +SUBDIRS = src test doxygen share examples EXTRA_DIST = CHANGES LICENSE COPYING share # Eliminate .svn directories in dist tarball diff --git a/configure.ac b/configure.ac index debf266f..bb631407 100644 --- a/configure.ac +++ b/configure.ac @@ -244,6 +244,7 @@ AC_CONFIG_FILES([ share/Makefile src/Makefile test/Makefile + examples/Makefile ]) dnl-----------------------------------------------