Re: build package in sub folder not finding main

2006-01-09 Thread Ralf Wildenhues
This is an automake question. Please remove the autoconf list from replies. Thank you. * Matt Hull wrote on Sat, Jan 07, 2006 at 11:02:09PM CET: > i have a simple hello world i am trying to get working. i have: > > src/main.c > src/gtk/gtkmain.c > src/gtk/gtkmain.h > > i almost got it working

build package in sub folder not finding main

2006-01-07 Thread Matt Hull
i have a simple hello world i am trying to get working. i have: src/main.c src/gtk/gtkmain.c src/gtk/gtkmain.h i almost got it working except that when it tries to build gtkmain it fails with undefined reference to main. looks like its trying to build a final appllication and link it together.