From: MORIOKA Tomohiko Date: Fri, 17 May 2013 12:44:21 +0000 (+0900) Subject: (LDFLAGS): New variable. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=e0e4dc7048535adbbdf3b7c6ed47e8182ac2e8ea;hp=7336a58b86f85500a6b0ad70ebb06c9750094053 (LDFLAGS): New variable. (libconcord.la): Use `LDFLAGS'. --- diff --git a/Makefile.in b/Makefile.in index 4a2d67c..58e6a9e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,6 +2,7 @@ CC = @CC@ DEFS = @DEFS@ LIBS = @LIBS@ CFLAGS = -I. @CFLAGS@ -c -Wall -Wmissing-prototypes $(DEFS) +LDFLAGS = @LDFLAGS@ LIBTOOL = @LIBTOOL@ @@ -59,7 +60,7 @@ all: libconcord.la libconcord.la: $(OBJS) $(LIBTOOL) --mode=link \ - $(CC) -o libconcord.la $(OBJS) $(LIBS) \ + $(CC) $(LDFLAGS) -o libconcord.la $(OBJS) $(LIBS) \ -rpath ${libdir} -version-info $(ABI_VERSION) \ -no-undefined