=?iso-8859-1?Q?Geissb=FChler_Johannes?= <[EMAIL PROTECTED]> wrote:
> could anyone tell me how to include a new module into the Makefile ? Is
> there an easy way, so that the new
> module is also compiled when performing make and also installed when
> entering make install

  Put the module into src/modules/rlm_my_module_name.  It *does* have
to start with "rlm_".

  If your module has a "Makefile", then go back to the top directory,
and do:

$ ./configure
$ make
$ make install

  just like normal.  The server will figure it out.

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to