null+****@clear*****
null+****@clear*****
2012年 3月 20日 (火) 23:03:03 JST
Kouhei Sutou 2012-03-20 23:03:03 +0900 (Tue, 20 Mar 2012)
New Revision: 3feb561dafc2ee1a1787b01e9456ff35cc3cae20
Log:
LDFLAGS -> AM_LDFLAGS
Modified files:
test/unit/Makefile.am
Modified: test/unit/Makefile.am (+1 -1)
===================================================================
--- test/unit/Makefile.am 2012-03-20 22:59:27 +0900 (9875982)
+++ test/unit/Makefile.am 2012-03-20 23:03:03 +0900 (f958fbc)
@@ -12,7 +12,7 @@ AM_CPPFLAGS = \
DEFS = @DEFS@
-LDFLAGS = \
+AM_LDFLAGS = \
-module \
-rpath $(libdir) \
-avoid-version \