Re: gtkmm and autoconf



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 .



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]