blob: 23bfc2f40423ab094528916da36e1e379b49a5d5 [file] [log] [blame]
Upstreamcc2ee171970-01-12 13:46:40 +00001noinst_LIBRARIES = liblegacy.a
2
3# -fno-omit-frame-pointer needed for daemon build: see ChangeLog 2004-02-23
4AM_CFLAGS = @OP_CFLAGS@ -fno-omit-frame-pointer
5
6AM_CPPFLAGS = \
7 -I ${top_srcdir}/libutil \
8 -I ${top_srcdir}/libop \
9 -I ${top_srcdir}/libdb \
10 -I ${top_srcdir}/daemon
11
12liblegacy_a_SOURCES = \
13 opd_24_stats.c \
14 opd_24_stats.h \
15 opd_kernel.c \
16 opd_proc.c \
17 opd_image.c \
18 opd_mapping.c \
19 opd_parse_proc.c \
20 opd_image.h \
21 opd_mapping.h \
22 p_module.h \
23 opd_kernel.h \
24 opd_parse_proc.h \
25 opd_proc.h \
26 opd_sample_files.c \
27 opd_sample_files.h \
28 init.c