]> git.sesse.net Git - vlc/blobdiff - HACKING
remember to enable it in the doc for 0.7.3
[vlc] / HACKING
diff --git a/HACKING b/HACKING
index e5317f57a6d251e731a1aa5f62893443620961b4..1114a09ff076b5d6657b13e4ddb3f2b0c813b33c 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
-$Id: HACKING,v 1.8 2003/06/27 13:50:07 sam Exp $
+$Id$
 
 Hacking vlc
 ===========
@@ -64,5 +64,8 @@ How to add a module
 
 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
-line to modules/Makefile.am.
+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.