From 3587b10283526f70b3215292573519e19b012130 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 5 Oct 2010 08:36:38 +0200 Subject: Autotoolize. --- lib/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/Makefile.am (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..9acc2cb --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,18 @@ +AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 + +SUBDIRS = . examples include + +INCLUDES = -I$(srcdir)/include + +lib_LTLIBRARIES = libradsec.la +libradsec_la_SOURCES = \ + attr.c \ + conf.c \ + debug.c \ + err.c \ + packet.c \ + request.c \ + radsec.c +libradsec_la_LDFLAGS = -version-info 0:0:0 +libradsec_la_CFLAGS = $(CFLAGS) -DDEBUG -DDEBUG_LEVENT -- cgit v1.1