diff options
| author | Linus Nordberg <linus@nordberg.se> | 2013-01-22 15:45:47 +0100 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordberg.se> | 2013-01-22 15:45:47 +0100 | 
| commit | a20588f3a9afef2f6ce55fcbb05ee8ef27adfba8 (patch) | |
| tree | 537fdbf8f8b104e24feb169b8ae137eabccb0881 /lib | |
| parent | 84f0770e6ff98f872d0627e759145c5c1ecccebd (diff) | |
Whitespace.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/include/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/include/Makefile.am b/lib/include/Makefile.am index 33b898c..754590c 100644 --- a/lib/include/Makefile.am +++ b/lib/include/Makefile.am @@ -4,9 +4,9 @@ RADSEC_EXPORT = \  	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 - | 
