Change in osmo-remsim[master]: configure/Makefile: Include contrib in "make dist"

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Mar 4 16:38:47 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/17364 )


Change subject: configure/Makefile: Include contrib in "make dist"
......................................................................

configure/Makefile: Include contrib in "make dist"

Change-Id: I2d6a2e06f075391e8e51d1342a1afe955cc127b0
---
M Makefile.am
M configure.ac
A contrib/Makefile.am
A contrib/etc_default/Makefile.am
A contrib/systemd/Makefile.am
5 files changed, 11 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/64/17364/1

diff --git a/Makefile.am b/Makefile.am
index 0ff9363..d6208be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign dist-bzip2
 
-SUBDIRS = src include doc
+SUBDIRS = contrib src include doc
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libosmo-rspro.pc
diff --git a/configure.ac b/configure.ac
index 0c1f595..9b19280 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,6 +171,9 @@
 AC_OUTPUT(
 	Makefile
 	libosmo-rspro.pc
+	contrib/Makefile
+	contrib/etc_default/Makefile
+	contrib/systemd/Makefile
 	doc/Makefile
 	doc/manuals/Makefile
 	src/Makefile
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644
index 0000000..17f56ed
--- /dev/null
+++ b/contrib/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = etc_default systemd
+
+EXTRA_DIST = remsim-apitool.py owhw-event-script.sh
diff --git a/contrib/etc_default/Makefile.am b/contrib/etc_default/Makefile.am
new file mode 100644
index 0000000..49c9fe6
--- /dev/null
+++ b/contrib/etc_default/Makefile.am
@@ -0,0 +1,3 @@
+EXTRA_DIST = osmo-remsim-bankd \
+	     osmo-remsim-client \
+	     osmo-remsim-client-0 osmo-remsim-client-1 osmo-remsim-client-2 osmo-remsim-client-3
diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am
new file mode 100644
index 0000000..642920c
--- /dev/null
+++ b/contrib/systemd/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = osmo-remsim-bankd.service osmo-remsim-client at .service osmo-remsim-server.service

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/17364
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I2d6a2e06f075391e8e51d1342a1afe955cc127b0
Gerrit-Change-Number: 17364
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/cc09d14d/attachment.htm>


More information about the gerrit-log mailing list