[gxml] configure.ac, Makefile.am: make sure examples/ is included in make distcheck



commit 7c4dca68d9b7fcb8fb076680abc0a9870e6975a1
Author: Richard Schwarting <aquarichy gmail com>
Date:   Thu Aug 22 14:35:42 2013 -0400

    configure.ac, Makefile.am: make sure examples/ is included in make distcheck

 Makefile.am  |    2 +-
 configure.ac |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f1d2c5c..3b989d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 
 # Set up subdirectories to traverse
-SUBDIRS = gxml test po
+SUBDIRS = gxml test po examples
 
 if HAVE_VALADOC
 SUBDIRS += docs
diff --git a/configure.ac b/configure.ac
index e3bfb74..5231262 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,6 +178,11 @@ gxml/gxml.pc
 gxml/Makefile
 test/Makefile
 docs/Makefile
+examples/Makefile
+examples/c/Makefile
+examples/js/Makefile
+examples/python/Makefile
+examples/vala/Makefile
 po/Makefile.in
 ])
 AC_OUTPUT


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]