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

Re: a project with libglib2.0-dev





Baurjan Ismagulov wrote:
On Wed, Jan 12, 2005 at 10:20:31AM +0000, Jerome BENOIT wrote:

have you tried

AM_PATH_GLIB_2_0


Yes, I did. With it, I can use the following lines in Makefile.am:

AM_CFLAGS = -g -Wall -Iinclude -std=c99 $(GLIB_CFLAGS)
AM_LDFLAGS = $(GLIB_LIBS)

Which one should I prefer, AM_PATH_GLIB_2_0 or PKG_CHECK_MODULES?

With kind regards,
Baurjan.



Using AM_PATH_GLIB_2_0
is certainly the best (as well as the laziest) choise
as it is provided by libglib2.0-dev itself.

hth,
Jerome



Reply to: