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