Files
osmo-hnodeb/contrib/systemd/Makefile.am
Pau Espin Pedrol 243ccbafd6 Add project skeleton
This commit contains all the relevant project structure to build the
osmo-hnodeb binary, its doc, tests, packaging, etc.

The osmo-hnodeb binary itself is still just an empty main().

Related: SYS#5516
Change-Id: I6ae3215ae4b956689d2adc88db7c3ead5df14f37
2021-10-21 13:48:46 +02:00

7 lines
105 B
Makefile

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