From ff1af0135c24b0a5bf24a2909466be3b617868ee Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Fri, 14 Sep 2012 19:58:55 +0000 Subject: [PATCH] fix SUBDIRS ordering SUBDIRS ordering matters. Build radius, then include, then ., then examples. --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 791c6d5..7061025 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = . examples include radius +SUBDIRS = radius include . examples DIST_SUBDIRS=tests ${SUBDIRS} @@ -52,6 +52,7 @@ libradsec_la_SOURCES += compat.h \ rsp_util.h \ tcp.h \ tls.h \ + include/radsec/radius.h \ udp.h libradsec_la_LDFLAGS = -version-info 0:0:0 -export-symbols radsec.sym -- 2.1.4