summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef80c6b)
raw | patch | inline | side by side (parent: ef80c6b)
author | Kacper Kowalik <xarthisius.kk@gmail.com> | |
Wed, 14 Jul 2010 06:10:04 +0000 (08:10 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Wed, 14 Jul 2010 06:10:04 +0000 (08:10 +0200) |
Adding GLIB_LIBS to _LDFLAGS instead of _LDADD lead to build error
when using -Wl,--as-needed.
when using -Wl,--as-needed.
Makefile.am | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 8daa81459ccdec3556f9626427909297089e9c86..1c178d645071bba24de7bc1a140774aebd8f1c7d 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
test_run_hscroll_SOURCES = test/run_hscroll.c src/hscroll.c src/charset.c
test_run_hscroll_CPPFLAGS = -I$(srcdir)/src $(AM_CPPFLAGS)
-test_run_hscroll_LDFLAGS = $(GLIB_LIBS)
+test_run_hscroll_LDADD = $(GLIB_LIBS)
#
# sparse