diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-05 08:36:38 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2010-10-05 17:07:54 +0200 |
commit | 10005137cb0511a7792fd4686e39b206f99fb8e0 (patch) | |
tree | 93535fcd86aa162301d507e22171a4df40a894b7 /lib/include/Makefile.am | |
parent | f429a882c9bc72a597e6bcbecf5842e37af754e0 (diff) |
Autotoolize.
Diffstat (limited to 'lib/include/Makefile.am')
-rw-r--r-- | lib/include/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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) |