renamed objects and other languages

2007-05-01 Thread Florian Briegel at mpia-hd
Hi there, this patch fixes a problem using foreign languages (Qt, Ice, ...) with renamed objects. E.g. you have the language .baz and want to include it into your c-program: AUTOMAKE_OPTIONS = subdir-objects SUFFIXES = .baz .c # we fake here: .baz.c: cp $ $@ bin_PROGRAMS = foo

Re: renamed objects and other languages

2007-05-01 Thread Florian Briegel at mpia-hd
Am Donnerstag, 26. April 2007 11:58:26 schrieb Stepan Kasal: Hello Florian, * Florian Briegel wrote on Mon, Apr 23, 2007 at 11:59:10AM CEST: Am Montag, 23. April 2007 schrieb Benoit Sigoure: Is there any reason why you would not want to do this? Simplicity. aaa_SOURCES = foo.x