Code

Makefile.am: add GLIB_LIBS to _LDADD
authorKacper Kowalik <xarthisius.kk@gmail.com>
Wed, 14 Jul 2010 06:10:04 +0000 (08:10 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 14 Jul 2010 06:10:04 +0000 (08:10 +0200)
commite77401d625645dedbe3d8abdbb030adbc8ac4cde
treebf37546f7a6b645be162d51bf23f1c1c3b414aa2
parentef80c6b75d299b2cd07b3ea3d3dc3ce7a88b5621
Makefile.am: add GLIB_LIBS to _LDADD

Adding GLIB_LIBS to _LDFLAGS instead of _LDADD lead to build error
when using -Wl,--as-needed.
Makefile.am