Change in libosmo-sccp[master]: build: Install example cfg files

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Jul 2 14:48:24 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/9824


Change subject: build: Install example cfg files
......................................................................

build: Install example cfg files

Change-Id: I93b73032b9a01a1e121ecf7c0cfcf3d5558efc7f
---
M Makefile.am
M configure.ac
A doc/Makefile.am
A doc/examples/Makefile.am
4 files changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/24/9824/1

diff --git a/Makefile.am b/Makefile.am
index 1ac8e11..3f4de13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
 
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
-SUBDIRS = include src tests examples stp
+SUBDIRS = include src tests examples stp doc
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libosmo-sccp.pc libosmo-mtp.pc libosmo-sigtran.pc libosmo-xua.pc
diff --git a/configure.ac b/configure.ac
index d2d4d02..ff9a1c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,5 +120,7 @@
     tests/ss7/Makefile
     examples/Makefile
     stp/Makefile
+    doc/Makefile
+    doc/examples/Makefile
     Doxyfile
     Makefile)
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)

-- 
To view, visit https://gerrit.osmocom.org/9824
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I93b73032b9a01a1e121ecf7c0cfcf3d5558efc7f
Gerrit-Change-Number: 9824
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180702/2acd5be5/attachment.htm>


More information about the gerrit-log mailing list