On Thu, Oct 02, 2008 at 12:31:04PM -0400, Ruben Safir wrote: > This is my src directory Makefile.am > _______________________________________________ > > bin_PROGRAMS = onewindow > onewindow_SOURCES = one_window.cc > > So I'm just lost here. What am I doing wrong? > Well, that's rather obvious. You're missing
onewindow_CPPFLAGS = @MYAPP_CFLAGS@ onewindow_LDADD = @MYAPP_LIBS@ in src/Makefile.am . _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list