diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-07-02 16:44:39 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-07-02 16:44:39 +0200 |
commit | b241a2644922d87f5498bb301c06ec7d327ea0c3 (patch) | |
tree | 8b7d7146072dd3767460ed1c00ff09cbc80f1cfb /doc | |
parent | 97db03a68246b7821de144b0ef41ad6ad7486610 (diff) |
build: Install example cfg files
Change-Id: I93b73032b9a01a1e121ecf7c0cfcf3d5558efc7f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/examples/Makefile.am | 4 |
2 files changed, 7 insertions, 0 deletions
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) |