summaryrefslogtreecommitdiff
path: root/include/Makefile.am
blob: 754590c35e75ddf658439554f62bb37f1918a22c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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