rename to osmo-sysmon

This commit is contained in:
Harald Welte 2018-06-04 22:00:03 +02:00
parent 2609359c08
commit b803888c01
2 changed files with 4 additions and 4 deletions

View File

@ -16,18 +16,18 @@ AM_LDFLAGS = \
$(NUKK)
bin_PROGRAMS = \
osysmon \
osmo-sysmon \
osmo-ctrl-client \
$(NULL)
osysmon_LDADD = \
osmo_sysmon_LDADD = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOVTY_LIBS) \
$(LIBMNL_LIBS) \
$(NULL)
osysmon_SOURCES = \
osmo_sysmon_SOURCES = \
value_node.c \
simple_ctrl.c \
osysmon_ctrl.c \

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT([osysmon],
AC_INIT([osmo-sysmon],
m4_esyscmd([./git-version-gen .tarball-version]),
[openbsc@lists.osmocom.org])