Move .gitignore to lib/ in preparation for moving lib to the root.
[libradsec.git] / lib / include / Makefile.am
1 RADSEC_EXPORT = \
2         radsec/radsec.h \
3         radsec/radsec-impl.h \
4         radsec/request.h \
5         radsec/request-impl.h \
6         radsec/radius.h
7
8 EXTRA_SRC = $(RADSEC_EXPORT)
9 nobase_include_HEADERS = $(RADSEC_EXPORT)
10
11 clean-local:
12         rm -f radsec/radius.h