>>> "Ben" == Ben Smith <[EMAIL PROTECTED]> writes:
[...]
Ben> Another option for me may have been to put all the
Ben> optional stuff in a separate directory and add that
Ben> directory via @extra tests@ to one of the Makefile.am
Ben> files.
You could do it in a similar way, without playing
Richard, thank you for the reply. Automake 1.5 solves the problem, more details below.
On 22 Sep 2001, Richard Boulton wrote:
> On Sat, 2001-09-22 at 00:07, Ben Smith wrote:
> > I didn't have this problem until I introduced the conditionals in the Makefile.am.
>
> I can't say why this problem
On Sat, 2001-09-22 at 00:07, Ben Smith wrote:
> I didn't have this problem until I introduced the conditionals in the Makefile.am.
I can't say why this problem is happening since I've not got 1.4p4
installed, and havn't time to try it out. However, having worked on
fixing it for 1.5, I can say t
Hello, this is the final fatal-ish flaw in my build scripts and I haven't determined
why it's happening.
I get this warning:
tests/Makefile.am: tester_OBJECTS should not be defined
here's the relevant Makefile.am:
if USING_SDL
if SDL_IMAGE
noinst_PROGRAMS = tester sdl_test
sdl_test_SOURCES = s