summaryrefslogtreecommitdiff
path: root/lib/include/Makefile.am
blob: 33b898c9f623f44e979067b0e804244c65e6c1e4 (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