From 3587b10283526f70b3215292573519e19b012130 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 5 Oct 2010 08:36:38 +0200 Subject: Autotoolize. --- lib/include/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/include/Makefile.am (limited to 'lib/include/Makefile.am') diff --git a/lib/include/Makefile.am b/lib/include/Makefile.am new file mode 100644 index 0000000..5b02eb2 --- /dev/null +++ b/lib/include/Makefile.am @@ -0,0 +1,7 @@ +RADSEC_EXPORT = \ + radsec/radsec.h \ + radsec/radsec-impl.h \ + radsec/request.h \ + radsec/request-impl.h +EXTRA_SRC = $(RADSEC_EXPORT) +nobase_include_HEADERS = $(RADSEC_EXPORT) -- cgit v1.1