[Glade-users] Calling another makefile from Makefile.am
Felix E. Klee
felix.klee@inka.de
Sat, 02 Jun 2001 19:52:34 +0200
Damon Chaplin wrote:
> You don't want to modify Makefile.in if you are using automake
> (which Glade projects do by default).
>
> Otherwise the next time automake gets run, you'll lose your changes
> to the Makefile.in.
Yes, that seems to be true. I tried putting an all-local target in
Makefile.am. However, that causes libnewmat to be compiled after my
program is build which is problematic since my program depends on this
library.
Felix