aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoMGCP
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-11-19 12:04:08 +0100
committerOliver Smith <osmith@sysmocom.de>2018-11-21 14:37:49 +0100
commit39bbafbfd7a57a00a5d9f0534ba6d6b895d1fc4e (patch)
tree9f82beb3132f6c566e57bf581603d1f521200800 /OsmoMGCP
parent41e54a4d7fb044cf1cde1f8a8c1518c3285c6860 (diff)
*/Makefile.am: add EXTRA_DIST
Necessary for 'make distcheck': the files will otherwise not end up in the dist archives. (moving manuals to project repositories 17/19) Related: OS#3385 Change-Id: I5a2d6e572d346addc8770d1331c9223a56635869
Diffstat (limited to 'OsmoMGCP')
-rw-r--r--OsmoMGCP/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/OsmoMGCP/Makefile.am b/OsmoMGCP/Makefile.am
index 8650693..2c14728 100644
--- a/OsmoMGCP/Makefile.am
+++ b/OsmoMGCP/Makefile.am
@@ -1,4 +1,6 @@
OSMO_GSM_MANUALS_DIR = $(top_srcdir)
+EXTRA_DIST = osmomgcp-vty-reference.xml \
+ vty
VTY_REFERENCE = osmomgcp-vty-reference.xml
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc