X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=58e6a9e765f0ac845de80e9a22be8ccfa6dfa190;hb=f3d3e97b8764a2d8a5b39cd132d990e30bf32e5c;hp=4a2d67cc058485cd2ea7976b431d6b97139153cf;hpb=08cb980405a085077249b8f03a13772b314d2f50;p=chise%2Fconcord.git 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