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

Re: trauma spliting source into multiple files and applying autotools



Il giorno Wed, 22 Jul 2009 17:20:06 +1000
Mick <mickhowe bigpond net au> ha scritto:

> src/Makefile.am
> ------------------------------------------------------
> bin_PROGRAMS = nuchimp
> 
> nuchimp_SOURCES = \
> 	callback.c callback.h \
> 	main.c main.h 
> 
> AM_CPPFLAGS = $(GTK_CFLAGS)
> AM_LDFLAGS = $(GTK_CFLAGS)

You should use:

AM_LDFLAGS = $(GTK_LIBS)

Ciao
-- 
Nicola


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