Hi,
in a simple Makefile.am with
SUBDIRS = foo
bin_PROGRAMS = bar
how can I achieve that bar will be compiled before operation descends
into foo/?
thanks,
Jan
Hi,
in a simple Makefile.am with
SUBDIRS = foo
bin_PROGRAMS = bar
how can I achieve that bar will be compiled before operation descends
into foo/?
thanks,
Jan