OSDN Git Service

Fixed chkconfig option
[ultramonkey-l7/ultramonkey-l7-v2.git] / snmpagent / Makefile.am
1 bin_PROGRAMS= l7snmpagent
2 AUTOMAKE_OPTIONS = foreign
3                 
4 l7snmpagent_SOURCES     =       \
5                                 ../logger/logger_wrapper.h \
6                                 ../parameter/parameter_wrapper.h \
7                                 UltraMonkeyL7.h \
8                                 dispatch_message.h \
9                                 interproccom.h \
10                                 l7ag_socket.h \
11                                 proc_mibcollectmessage.h \
12                                 proc_settingrequest.h \
13                                 proc_trapsendrequest.h \
14                                 queue_sendtrap.h \
15                                 store_mibdata.h \
16                                 subagent.h \
17                                 tag_threadstat.h \
18                                 tag_trapid.h \
19                                 watch_l7vsd.h \
20                                 dispatch_message.cpp \
21                                 l7ag_socket.cpp \
22                                 interproccom.cpp \
23                                 proc_mibcollectmessage.cpp \
24                                 proc_settingrequest.cpp \
25                                 proc_trapsendrequest.cpp \
26                                 queue_sendtrap.cpp \
27                                 store_mibdata.cpp \
28                                 subagent.cpp \
29                                 watch_l7vsd.cpp \
30                                 l7snmpagent.cpp 
31
32 l7snmpagent_CPPFLAGS    =       -O2 -g -I../../include -I../logger -I../parameter -DLOGGER_PROCESS_SNM -DVERSION=\"$(VERSION)\"
33
34 l7snmpagent_LDADD       =       $(GLIB_LIBS) \
35                                 ../logger/libsnmpagent_logger.a \
36                                 ../parameter/libsnmpagent_parameter.a \
37                                 -llog4cxx \
38                                 -lrt
39