diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 1 | ||||
-rw-r--r-- | contrib/systemd/Makefile.am | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am new file mode 100644 index 00000000..3439c97b --- /dev/null +++ b/contrib/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = systemd diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am new file mode 100644 index 00000000..b644f340 --- /dev/null +++ b/contrib/systemd/Makefile.am @@ -0,0 +1,9 @@ +if HAVE_SYSTEMD +SYSTEMD_SERVICES = \ + osmo-gbproxy.service \ + osmo-gtphub.service \ + osmo-sgsn.service + +EXTRA_DIST = $(SYSTEMD_SERVICES) +systemdsystemunit_DATA = $(SYSTEMD_SERVICES) +endif |