Re: trauma spliting source into multiple files and applying autotools
- From: Nicola Fontana <ntd entidi it>
- To: gtk-app-devel-list gnome org
- Subject: Re: trauma spliting source into multiple files and applying autotools
- Date: Wed, 22 Jul 2009 15:08:04 +0200
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]