[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] Gnash plugin
From: |
Rob Savoye |
Subject: |
Re: [Gnash-dev] Gnash plugin |
Date: |
Wed, 13 Oct 2010 10:32:55 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Lightning/1.0b2 Thunderbird/3.1.4 |
On 10/13/10 07:13, Andrea Palmatè wrote:
> I would add an aos4 version of gnash plugin but even changing
> configure.ac and the makefile.am to add AMIGAOS_TRUE file, the
> Makefile.in in plugin/aos4 is never created. Which are the involved
> plugin parts?
I just checked in the one liner that adds AMIGAOS4 as a makefile
conditional. In the Makefile.am, just now use "if AMIGAOS4... endif".
For a plugin/aos4/Makefile, add "plugin/aos4/Makefile" to AC_OUTPUT in
configure.ac, and to SUBDIRS in plugin/Makefile.am, then run ./autogen.sh.
- rob -