Install the libradius headers in /usr/include/freeradius, so that
authornbk <nbk>
Tue, 27 Sep 2005 12:39:15 +0000 (12:39 +0000)
committernbk <nbk>
Tue, 27 Sep 2005 12:39:15 +0000 (12:39 +0000)
the library may be used by external programs after the server has
been installed.

src/include/Makefile

index 904495e..ecdcc42 100644 (file)
@@ -20,3 +20,13 @@ distclean:
 clean:
 
 install:
+       $(INSTALL) -d -m 755 $(R)$(includedir)/freeradius
+       $(INSTALL) -m 644 libradius.h $(R)$(includedir)/freeradius
+       $(INSTALL) -m 644 md4.h $(R)$(includedir)/freeradius
+       $(INSTALL) -m 644 md5.h $(R)$(includedir)/freeradius
+       $(INSTALL) -m 644 missing.h $(R)$(includedir)/freeradius
+       $(INSTALL) -m 644 radius.h $(R)$(includedir)/freeradius
+       $(INSTALL) -m 644 radpaths.h $(R)$(includedir)/freeradius
+       $(INSTALL) -m 644 sha1.h $(R)$(includedir)/freeradius
+       $(INSTALL) -m 644 token.h $(R)$(includedir)/freeradius
+       $(INSTALL) -m 644 udpfromto.h $(R)$(includedir)/freeradius