From cbeedaded1ee00d2c7b02f3432b53978b618ab28 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 7 Jul 2003 17:01:16 +0000 Subject: [PATCH] * AUTHORS: Added Olivier Aubert. * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft. --- AUTHORS | 7 ++++++- HACKING | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index f76225de24..bae056115b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -# $Id: AUTHORS,v 1.94 2003/06/11 22:46:42 gbazin Exp $ +# $Id: AUTHORS,v 1.95 2003/07/07 17:01:16 sam Exp $ # # The format of this file was inspired by the Linux kernel CREDITS file. # Authors are listed alphabetically. @@ -31,6 +31,11 @@ C: stippi D: BeOS module fixes and enhancements S: Germany +N: Olivier Aubert +E: oaubert at lisi dot univ-lyon1 dot fr +D: CORBA interface +S: France + N: Sigmund Augdal E: sigmunau@idi.ntnu.no C: sigmunau diff --git a/HACKING b/HACKING index 2a0756e142..63e3b77abf 100644 --- a/HACKING +++ b/HACKING @@ -1,4 +1,4 @@ -$Id: HACKING,v 1.9 2003/07/01 11:58:29 sam Exp $ +$Id: HACKING,v 1.10 2003/07/07 17:01:16 sam Exp $ Hacking vlc =========== @@ -66,3 +66,6 @@ To add a module to the repository, just add its sources to a Modules.am file. If you create a new Modules.am, do not forget to add a corresponding Makefile line at the end of configure.ac. +To have the module built, you need to add a call to AX_ADD_PLUGINS or +AX_ADD_BUILTINS to configure.ac with your new module name as argument. + -- 2.39.2