diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2011-07-25 21:23:56 +0200 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2011-07-25 21:23:56 +0200 |
commit | 331ebb32bda27b35f882ae754cf68afb65600fac (patch) | |
tree | aaadd2b52d167c4e531d0e1437983b915109c426 | |
parent | c79f6188a25d0121b36c479e0acc12d1cc92af8b (diff) | |
parent | 14b903d40040d3a03bc5e2a9aded5ee93e0e8aa9 (diff) |
Add echo example to build0.1
Signed-off-by: Rob Staudinger <robsta@linux.intel.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9684c8..4003b54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=ytstenut-glib docs tests +SUBDIRS=ytstenut-glib docs tests examples #SUBDIRS=ytstenut-glib tests #DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc diff --git a/configure.ac b/configure.ac index ad87708..f11b629 100644 --- a/configure.ac +++ b/configure.ac @@ -159,6 +159,7 @@ docs/Makefile docs/reference/Makefile docs/reference/ytstenut-glib/Makefile docs/reference/ytstenut-glib/ytstenut-glib-docs.xml +examples/Makefile ytstenut-glib/Makefile ytstenut-glib/ytsg-version.h ytstenut-glib/ytstenut-glib.pc |