From b241a2644922d87f5498bb301c06ec7d327ea0c3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 2 Jul 2018 16:44:39 +0200 Subject: build: Install example cfg files Change-Id: I93b73032b9a01a1e121ecf7c0cfcf3d5558efc7f --- doc/Makefile.am | 3 +++ doc/examples/Makefile.am | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 doc/Makefile.am create mode 100644 doc/examples/Makefile.am (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..1d42b0a --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = \ + examples \ + $(NULL) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am new file mode 100644 index 0000000..b1a7a0f --- /dev/null +++ b/doc/examples/Makefile.am @@ -0,0 +1,4 @@ +examples_stpdir = $(docdir)/examples/osmo-stp +examples_stp_DATA = osmo-stp.cfg + +EXTRA_DIST = $(examples_stp_DATA) -- cgit v1.2.3