>>> "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 with
directories.
| noinst_PROGRAMS = tester @extra_tests@
| EXTRA_PROGRAMS = sdl_test
|
| tester_SOURCES = tester.c
| tester_LDADD = ../src/libmousetrap.la
| sdl_test_SOURCES = sdl_test.c
| sdl_test_LDADD = ../src/libmousetrap.la -lSDL -lSDL_image
[...]
--
Alexandre Duret-Lutz