From 3d954bfd2f658ac05a0f20a1241738ed3e3fdd28 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 5 Feb 2014 11:10:02 +0100 Subject: Move lib to the root. --- lib/include/Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lib/include/Makefile.am (limited to 'lib/include/Makefile.am') diff --git a/lib/include/Makefile.am b/lib/include/Makefile.am deleted file mode 100644 index 754590c..0000000 --- a/lib/include/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -RADSEC_EXPORT = \ - radsec/radsec.h \ - radsec/radsec-impl.h \ - radsec/request.h \ - radsec/request-impl.h \ - radsec/radius.h - -EXTRA_SRC = $(RADSEC_EXPORT) -nobase_include_HEADERS = $(RADSEC_EXPORT) - -clean-local: - rm -f radsec/radius.h -- cgit v1.1