Diff for /libaitcli/src/Makefile.in between versions 1.2.22.1 and 1.4

version 1.2.22.1, 2014/01/21 16:08:18 version 1.4, 2016/08/18 09:27:37
Line 14  libdir = @libdir@ Line 14  libdir = @libdir@
 LIBS = @LIBS@  LIBS = @LIBS@
   
 CC = @CC@  CC = @CC@
   RANLIB = @RANLIB@
 MKDEP = @MKDEP@  MKDEP = @MKDEP@
   
 INC = ../inc  INC = ../inc
Line 49  ${LIBA}: ${OBJS} Line 50  ${LIBA}: ${OBJS}
         ${RANLIB} ${LIB}/$@          ${RANLIB} ${LIB}/$@
   
 ${LIBSO}: ${OBJS}  ${LIBSO}: ${OBJS}
        ${CC} ${LDFLAGS} -shared -o ${LIB}/$@ -nostartfiles -Wl,-x,-soname,$@ ${OBJS} ${LDADD}        ${CC} ${LDFLAGS} -shared -o ${LIB}/$@ -Wl,-x,-soname,$@ ${OBJS} ${LDADD}

Removed from v.1.2.22.1  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>