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 17:28:25 UTC 2020


laforge has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/Makefile.am b/Makefile.am
index 9789ba3..9c51a55 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 c4d9766..d2c5e58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,6 +169,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: 3
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/3f2ca1b2/attachment.htm>


More information about the gerrit-log mailing list