blob: f2bf7545f193975fbae86f81ff87fa909f0ddbf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
noinst_LIBRARIES = libcommon.a
libcommon_a_SOURCES = \
async-resolver.h async-resolver.c \
config-parser.h config-parser.c \
compat.h compat.c \
hash.h hash.c \
log.h log.c \
server-mainloop.c server-mainloop.h \
snmp-engine.h snmp-engine.c \
usuals.h
libcommon_a_CFLAGS = -I${top_srcdir}/common/ -I${top_srcdir}/bsnmp/ -I${top_srcdir}
|