]> git.sesse.net Git - vlc/blobdiff - HACKING
contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)
[vlc] / HACKING
diff --git a/HACKING b/HACKING
index 2a0756e142e8cf8024db3bc2445d1c634228d61e..1114a09ff076b5d6657b13e4ddb3f2b0c813b33c 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
-$Id: HACKING,v 1.9 2003/07/01 11:58:29 sam Exp $
+$Id$
 
 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 VLC_ADD_PLUGINS or
+VLC_ADD_BUILTINS to configure.ac with your new module name as argument.
+