janaka priyadarshana
2008-Jan-16 01:36 UTC
[theora-dev] How to add new src file into the theora
hi all, i want to add a new source file to the theora, so then i need to "make" the project with the new file. as i know according to the normal procedure there should be following files, - "configure.in", "Makefile.am" with in the "libtheora" directory. - Makefile.am with in each source directories. So i could be able to add a new directory in to the "libtheora" directory and write a Makefile.am file in it and edit the "configure.in" existing file. but unfortunately i could not find the configure.in file in "libtheora" directory. so please can anyone help me to add a new file into the theora and "make" the project. thanks. -- ----------- Regards, Janaka Priyadarshana -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora-dev/attachments/20080116/f4f74fba/attachment.htm
xiphmont@xiph.org
2008-Jan-16 02:33 UTC
[theora-dev] How to add new src file into the theora
On Jan 16, 2008 4:36 AM, janaka priyadarshana <rpjanaka@gmail.com> wrote:> hi all, > > i want to add a new source file to the theora, so then i need to "make" the > project with the new file. > > as i know according to the normal procedure there should be following files, > > > "configure.in", "Makefile.am" with in the " libtheora" directory. > Makefile.am with in each source directories. > > So i could be able to add a new directory in to the " libtheora" directory > and write a Makefile.am file in it and edit the " configure.in" existing > file. > > but unfortunately i could not find the configure.in file in "libtheora" > directory. > > so please can anyone help me to add a new file into the theora and "make" > the project.You only need to modify Makefile.am. Monty