Merge remote-tracking branch 'origin/libradsec' into moonshot
[radsecproxy.git] / lib / radius / Makefile.am
index c827465..9aafed7 100644 (file)
@@ -1,6 +1,8 @@
 AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I m4
 
+BUILT_SOURCES = dictionaries.c
+
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
 AM_CFLAGS = -Wall -g
 
@@ -11,6 +13,7 @@ libradsec_radius_la_SOURCES = \
        crypto.c \
        custom.c \
        dict.c \
+       client.h \
        id.c \
        parse.c \
        print.c \