Files
osmo-cbc/contrib/systemd/Makefile.am
Harald Welte 63b7905fa3 Initial (building) start of OsmoCBC (Cell Broadcast Centre)
this is far from doing anything useful yet. Stay tuned.

Change-Id: I64a6833ce068db60d713d0fa318a1d8093e37be9
2019-05-06 23:15:23 +02:00

7 lines
99 B
Makefile

EXTRA_DIST = osmo-cbc.service
if HAVE_SYSTEMD
systemdsystemunit_DATA = \
osmo-cbc.service
endif