Merge remote-tracking branch 'origin/master' into debian
authorSam Hartman <hartmans@painless-security.com>
Thu, 6 Mar 2014 13:30:39 +0000 (08:30 -0500)
committerSam Hartman <hartmans@painless-security.com>
Thu, 6 Mar 2014 13:30:39 +0000 (08:30 -0500)
In particular update root of tree

1  2 
Makefile.am
libradsec.spec.in
radius/Makefile.am

diff --combined Makefile.am
@@@ -16,6 -16,7 +16,6 @@@ ACLOCAL_AMFLAGS = -I m
  # the library interface is _extended_. Set AGE to 0 when the library
  # interface is _changed_.
  
 -
  SUBDIRS = radius radsecproxy include . examples
  DIST_SUBDIRS = $(SUBDIRS) tests
  
diff --combined libradsec.spec.in
@@@ -41,7 -41,7 +41,7 @@@ developing applications that use %{name
  %build
        export CPPFLAGS='-I%{_includedir}'
        export LDFLAGS='-L%{_libdir}'
 -%configure --disable-static
 +%configure --disable-static --enable-tls --enable-tls-psk
  make %{?_smp_mflags}
  
  
diff --combined radius/Makefile.am
@@@ -1,7 -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
  
@@@ -12,7 -11,6 +12,7 @@@ libradsec_radius_la_SOURCES = 
        crypto.c \
        custom.c \
        dict.c \
 +      client.h \
        id.c \
        parse.c \
        print.c \