summaryrefslogtreecommitdiff
path: root/radius/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'radius/Makefile.am')
-rw-r--r--radius/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/radius/Makefile.am b/radius/Makefile.am
index 462a1e0..ba09db0 100644
--- a/radius/Makefile.am
+++ b/radius/Makefile.am
@@ -1,6 +1,7 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
+BUILT_SOURCES = dictionaries.c
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)
AM_CFLAGS = -Wall -g
@@ -11,6 +12,7 @@ libradsec_radius_la_SOURCES = \
crypto.c \
custom.c \
dict.c \
+ client.h \
id.c \
parse.c \
print.c \