port to new RADIUS client library
[radsecproxy.git] / lib / include / Makefile.am
index 5b02eb2..33b898c 100644 (file)
@@ -2,6 +2,11 @@ RADSEC_EXPORT = \
        radsec/radsec.h \
        radsec/radsec-impl.h \
        radsec/request.h \
-       radsec/request-impl.h
+       radsec/request-impl.h \
+       radsec/radius.h
 EXTRA_SRC = $(RADSEC_EXPORT)
 nobase_include_HEADERS = $(RADSEC_EXPORT)
+
+clean-local:
+       rm -f radsec/radius.h
+