aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7cc065fa..2c080ed9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-SUBDIRS = src
+SUBDIRS = src examples
diff --git a/configure.ac b/configure.ac
index ee5052bc..6630653b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,4 +44,5 @@ AM_CONDITIONAL(ENABLE_SYSMODSP, test "x$enable_sysmocom_dsp" = "xyes")
AC_OUTPUT(
src/Makefile
+ examples/Makefile
Makefile)