~kroq-gar78/ubuntu/precise/rsyslog/fix-846818

1.1.2 by Michael Biebl
Import upstream version 3.14.2
1
sbin_PROGRAMS =
2
pkglib_LTLIBRARIES = 
3
4
if ENABLE_INET
1.2.4 by Michael Biebl
Import upstream version 3.20.4
5
pkglib_LTLIBRARIES += lmtcpsrv.la lmtcpclt.la
1.1.2 by Michael Biebl
Import upstream version 3.14.2
6
#
7
#
8
# TCP (stream) server support
9
#
10
lmtcpsrv_la_SOURCES = \
11
	tcps_sess.c \
12
	tcps_sess.h \
13
	tcpsrv.c \
14
	tcpsrv.h
1.2.6 by Michael Biebl
Import upstream version 3.22.0
15
lmtcpsrv_la_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
1.1.2 by Michael Biebl
Import upstream version 3.14.2
16
lmtcpsrv_la_LDFLAGS = -module -avoid-version
17
lmtcpsrv_la_LIBADD = 
18
19
#
20
# TCP (stream) client support
21
#
22
lmtcpclt_la_SOURCES = \
23
	tcpclt.c \
24
	tcpclt.h
1.2.6 by Michael Biebl
Import upstream version 3.22.0
25
lmtcpclt_la_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
1.1.2 by Michael Biebl
Import upstream version 3.14.2
26
lmtcpclt_la_LDFLAGS = -module -avoid-version
27
lmtcpclt_la_LIBADD = 
28
29
endif # if ENABLE_INET
30
31
#
32
# gssapi support
33
# 
34
if ENABLE_GSSAPI
35
pkglib_LTLIBRARIES += lmgssutil.la
36
lmgssutil_la_SOURCES = gss-misc.c gss-misc.h
1.2.6 by Michael Biebl
Import upstream version 3.22.0
37
lmgssutil_la_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
1.1.2 by Michael Biebl
Import upstream version 3.14.2
38
lmgssutil_la_LDFLAGS = -module -avoid-version
1.2.6 by Michael Biebl
Import upstream version 3.22.0
39
lmgssutil_la_LIBADD = $(GSS_LIBS)
1.1.2 by Michael Biebl
Import upstream version 3.14.2
40
endif
41
1 by Michael Biebl
Import upstream version 1.19.10
42
EXTRA_DIST = \
43
	freebsd/rsyslogd \
44
	slackware/rc.rsyslogd \
45
	contrib/README \
1.1.2 by Michael Biebl
Import upstream version 3.14.2
46
	rsyslog.conf \
1.1.3 by Michael Biebl
Import upstream version 3.16.1
47
	COPYING.LESSER \
1.2.4 by Michael Biebl
Import upstream version 3.20.4
48
	contrib/gnutls/ca.pem \
49
	contrib/gnutls/cert.pem \
50
	contrib/gnutls/key.pem
1 by Michael Biebl
Import upstream version 1.19.10
51
1.2.6 by Michael Biebl
Import upstream version 3.22.0
52
SUBDIRS = doc runtime . plugins/immark plugins/imuxsock plugins/imtcp plugins/imudp plugins/omtesting
1.1.2 by Michael Biebl
Import upstream version 3.14.2
53
1.2.4 by Michael Biebl
Import upstream version 3.20.4
54
if ENABLE_RSYSLOGD
55
SUBDIRS += tools
56
endif
57
1.1.5 by Michael Biebl
Import upstream version 3.18.1
58
if ENABLE_IMKLOG
1.1.2 by Michael Biebl
Import upstream version 3.14.2
59
SUBDIRS += plugins/imklog
60
endif
61
62
if ENABLE_GSSAPI
63
SUBDIRS += plugins/omgssapi plugins/imgssapi
64
endif
65
66
if ENABLE_RELP
67
SUBDIRS += plugins/omrelp plugins/imrelp
68
endif
1 by Michael Biebl
Import upstream version 1.19.10
69
70
if ENABLE_MYSQL
71
SUBDIRS += plugins/ommysql
72
endif
1.1.2 by Michael Biebl
Import upstream version 3.14.2
73
74
if ENABLE_OMLIBDBI
75
SUBDIRS += plugins/omlibdbi
76
endif
77
78
if ENABLE_PGSQL
79
SUBDIRS += plugins/ompgsql
80
endif
81
82
if ENABLE_SNMP
83
SUBDIRS += plugins/omsnmp
84
endif
85
1.1.12 by Michael Biebl
Import upstream version 4.4.1
86
if ENABLE_CUST1
87
SUBDIRS += plugins/cust1
88
endif
89
1.1.2 by Michael Biebl
Import upstream version 3.14.2
90
if ENABLE_IMTEMPLATE
91
SUBDIRS += plugins/imtemplate
92
endif
93
1.2.7 by Michael Biebl
Import upstream version 4.2.0
94
if ENABLE_OMSTDOUT
95
SUBDIRS += plugins/omstdout
96
endif
97
98
if ENABLE_OMTEMPLATE
99
SUBDIRS += plugins/omtemplate
100
endif
101
1.1.2 by Michael Biebl
Import upstream version 3.14.2
102
if ENABLE_IMFILE
103
SUBDIRS += plugins/imfile
104
endif
1.1.5 by Michael Biebl
Import upstream version 3.18.1
105
1.2.6 by Michael Biebl
Import upstream version 3.22.0
106
if ENABLE_IMDIAG
107
SUBDIRS += plugins/imdiag
108
endif
109
1.1.5 by Michael Biebl
Import upstream version 3.18.1
110
if ENABLE_MAIL
111
SUBDIRS += plugins/ommail
112
endif
1.2.4 by Michael Biebl
Import upstream version 3.20.4
113
1.1.12 by Michael Biebl
Import upstream version 4.4.1
114
if ENABLE_OMPROG
115
SUBDIRS += plugins/omprog
116
endif
117
1.2.4 by Michael Biebl
Import upstream version 3.20.4
118
if ENABLE_RFC3195
119
SUBDIRS += plugins/im3195
120
endif
1.2.6 by Michael Biebl
Import upstream version 3.22.0
121
1.1.12 by Michael Biebl
Import upstream version 4.4.1
122
if ENABLE_ORACLE
123
SUBDIRS += plugins/omoracle
124
endif
125
1.2.6 by Michael Biebl
Import upstream version 3.22.0
126
# tests are added as last element, because tests may need different
127
# modules that need to be generated first
128
SUBDIRS += tests
129
1.1.12 by Michael Biebl
Import upstream version 4.4.1
130
1.2.7 by Michael Biebl
Import upstream version 4.2.0
131
# make sure "make distcheck" tries to build all modules. This means that
132
# a developer must always have an environment where every supporting library
133
# is available. If that is not the case, the respective configure option may
134
# temporarily be removed below. The intent behind forcing everthing to compile
135
# in a make distcheck is so that we detect code that accidently was not updated
136
# when some global update happened.
1.1.16 by Michael Biebl
Import upstream version 4.6.3
137
DISTCHECK_CONFIGURE_FLAGS=--enable-gssapi_krb5 --enable-imfile --enable-snmp --enable-pgsql --enable-libdbi --enable-mysql --enable-omtemplate --enable-imtemplate --enable-relp --enable-rsyslogd --enable-mail --enable-klog  --enable-diagtools --enable-gnutls --enable-omstdout --enable-omprog --enable-imdiag --enable-shave --enable-extended-tests
1.2.6 by Michael Biebl
Import upstream version 3.22.0
138
ACLOCAL_AMFLAGS = -I m4