Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxsysinfo/freebsd/Makefile.am')
-rw-r--r--src/libs/zbxsysinfo/freebsd/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libs/zbxsysinfo/freebsd/Makefile.am b/src/libs/zbxsysinfo/freebsd/Makefile.am
index 4313b1d7d6a..0ca5b576f55 100644
--- a/src/libs/zbxsysinfo/freebsd/Makefile.am
+++ b/src/libs/zbxsysinfo/freebsd/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-noinst_LIBRARIES = libspecsysinfo.a
+noinst_LIBRARIES = libspecsysinfo.a libspechostnamesysinfo.a
libspecsysinfo_a_CFLAGS = -I@top_srcdir@/src/zabbix_agent/
@@ -9,6 +9,7 @@ libspecsysinfo_a_SOURCES = \
cpu.c \
diskio.c \
diskspace.c \
+ freebsd.c \
inodes.c \
kernel.c \
memory.c \
@@ -18,3 +19,6 @@ libspecsysinfo_a_SOURCES = \
swap.c \
system.c \
uptime.c
+
+libspechostnamesysinfo_a_SOURCES = \
+ hostname.c