>>> "bj" == BERTRAND Jo�l <[EMAIL PROTECTED]> writes:
[...] bj> It works fine. But, when I run "make", a file named rpl.c must bj> be recompiled. How can I do that ? What do you mean? If rpl.c must be compiled as rpl.o, just list rpl.c in the relevant *_SOURCES variable of your Makefile.am. If rpl.c must be generated from some other files, list it in a *_SOURCES variable too (or maybe a nodist_*_SOURCES variable) and add a custom rule to build it. -- Alexandre Duret-Lutz
