summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
blob: f00abf0b3621c9da9b5687a17e2a1c8868b1f531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
sbin_PROGRAMS =
man_MANS = 

sbin_PROGRAMS += rsyslogd
rsyslogd_SOURCES = \
	syslogd.c \
	syslogd.h \
	omshell.c \
	omshell.h \
	omusrmsg.c \
	omusrmsg.h \
	omfwd.c \
	omfwd.h \
	omfile.c \
	omfile.h \
	omdiscard.c \
	omdiscard.h \
	iminternal.c \
	iminternal.h \
	pidfile.c \
	pidfile.h \
	\
	../action.h \
	../action.c \
	../threads.c \
	../threads.h \
	\
	../parse.c \
	../parse.h \
	\
	../outchannel.c \
	../outchannel.h \
	../template.c \
	../template.h \
	../conf.c \
	../conf.h

rsyslogd_CPPFLAGS =  $(pthreads_cflags) $(rsrt_cflags)
rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) $(dl_libs) $(rt_libs) $(rsrt_libs)
rsyslogd_LDFLAGS = -export-dynamic

man_MANS += rsyslogd.8 rsyslog.conf.5