]> git.sesse.net Git - vlc/blobdiff - HACKING
* added a package-translations target
[vlc] / HACKING
diff --git a/HACKING b/HACKING
index e5317f57a6d251e731a1aa5f62893443620961b4..63e3b77abf06e9802ebe697e6d88afd18da37980 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,v 1.10 2003/07/07 17:01:16 sam Exp $
 
 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 AX_ADD_PLUGINS or
+AX_ADD_BUILTINS to configure.ac with your new module name as argument.