summaryrefslogtreecommitdiff
path: root/lib/radsecproxy/Makefile.am
blob: 0d4a882fcc223fe343bce8a5da97ea5dad7fd5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4

INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
AM_CFLAGS = -Wall -Werror -g

noinst_LTLIBRARIES = libradsec-radsecproxy.la

libradsec_radsecproxy_la_SOURCES = \
	debug.c \
	hash.c \
	list.c \
	util.c

if RS_ENABLE_TLS
libradsec_radsecproxy_la_SOURCES += \
	tlscommon.c
endif