Changeset ff0c860635651265f1b2a1d683607b97783ef638
- Timestamp:
- 07/01/03 13:58:29
(5 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1057060709 +0000
- git-parent:
[9340d5f1c779d0c7762cdc52dd66717da480bc7e]
- git-author:
- Sam Hocevar <sam@videolan.org> 1057060709 +0000
- Message:
- HACKING: updated doc to match the new build.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfe17002 |
rff0c860 |
|
| 1 | | $Id: HACKING,v 1.8 2003/06/27 13:50:07 sam Exp $ |
|---|
| | 1 | $Id: HACKING,v 1.9 2003/07/01 11:58:29 sam Exp $ |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | Hacking vlc |
|---|
| … | … | |
| 65 | 65 | To add a module to the repository, just add its sources to a Modules.am |
|---|
| 66 | 66 | file. If you create a new Modules.am, do not forget to add a corresponding |
|---|
| 67 | | line to modules/Makefile.am. |
|---|
| | 67 | Makefile line at the end of configure.ac. |
|---|
| 68 | 68 | |
|---|