diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-01-22 11:01:59 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-01-22 11:39:52 +0100 |
commit | 95c4d4a42f2b4457c64a87c45c7c170dfba6a7c4 (patch) | |
tree | 2db13956be8e5c2152b2b472185e295938fc347d /lib/Makefile.am | |
parent | 0be487506195d069c468fa71c32dc2cd50450363 (diff) |
Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index e6f9fb2..08ace0c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I m4 # library interface is _changed_. -SUBDIRS = radius . include examples +SUBDIRS = radius radsecproxy . include examples INCLUDES = -I$(srcdir)/include AM_CFLAGS = -Wall -g @@ -41,20 +41,13 @@ libradsec_la_SOURCES = \ udp.c \ util.c -libradsec_la_SOURCES += \ - rsp_debug.c \ - rsp_hash.c \ - rsp_list.c \ - rsp_util.c - if RS_ENABLE_TLS libradsec_la_SOURCES += \ - tls.c \ - rsp_tlscommon.c + tls.c endif EXTRA_DIST = HACKING LICENSE -libradsec_la_LIBADD = radius/libradsec-radius.la +libradsec_la_LIBADD = radsecproxy/libradsec-radsecproxy.la radius/libradsec-radius.la libradsec_la_LDFLAGS = -version-info 0:0:0 -export-symbols radsec.sym libradsec_la_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -Werror # -DDEBUG -DDEBUG_LEVENT |