From: Sam Hartman Date: Fri, 14 Sep 2012 19:58:55 +0000 (+0000) Subject: fix SUBDIRS ordering X-Git-Tag: debian/0.0.5-1~25^2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=ff1af013;hp=938c004e20446a48f506f8cd9c387e88c7d814f6 fix SUBDIRS ordering SUBDIRS ordering matters. Build radius, then include, then ., then examples. --- 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