summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-03-14 13:27:39 +0100
committerLinus Nordberg <linus@nordu.net>2011-03-14 13:27:39 +0100
commitcef9bf7b7340b7270eb979294aeb186d741e6318 (patch)
treed4ada741c1f3cafd679f7147ffa5ca5406d18ebe /lib/Makefile.am
parente317a8db7aede1cc9918db51c06de469686c9fa8 (diff)
Remove struct rs_attr and all use of it.
A new API for attributes will be added once we've decided how to deal with RADIUS packets internally. For now, removing the half baked wrapping seems more sensible than trying to free rs_attr objects and their VALUE_PAIR's.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d4d9b78..e81ee77 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -9,7 +9,6 @@ AM_CFLAGS = -Wall -g
lib_LTLIBRARIES = libradsec.la
libradsec_la_SOURCES = \
- attr.c \
compat.c \
conf.c \
conn.c \