Re: Target in Makefile.am - help newbe!

2005-11-05 Thread Ralf Wildenhues
Hi Michael, * Michael Schulz wrote on Sat, Nov 05, 2005 at 05:23:30PM CET: > > I'm newbe to autoconf, automake. > I try to make a target in Makefile.am that compiles the base source code > with some extra code and extra libs. > But a 'make fb' only compiles the base source code. Makefile.am: *s

Target in Makefile.am - help newbe!

2005-11-05 Thread Michael Schulz
Hello! I'm newbe to autoconf, automake. I try to make a target in Makefile.am that compiles the base source code with some extra code and extra libs. But a 'make fb' only compiles the base source code. Makefile.am: bin_PROGRAMS = moll # # m-files # ###