Re: gtkmm and autoconf
- From: RafaÅ MuÅyÅo <galtgendo o2 pl>
- To: gtk-app-devel-list gnome org
- Subject: Re: gtkmm and autoconf
- Date: Thu, 2 Oct 2008 22:52:08 +0200
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]