--- libaitcfg/src/Makefile.in 2009/09/09 09:07:31 1.2 +++ libaitcfg/src/Makefile.in 2011/05/01 17:24:28 1.3 @@ -3,7 +3,7 @@ # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ -# $Id: Makefile.in,v 1.2 2009/09/09 09:07:31 misho Exp $ +# $Id: Makefile.in,v 1.3 2011/05/01 17:24:28 misho Exp $ # prefix = @prefix@ @@ -22,8 +22,8 @@ LDADD = ${LIBS} CFLAGS = -I. -I${INC} -g @CFLAGS@ LDFLAGS = -L. -L${LIB} @LDFLAGS@ -SRCS = aitcfg.c parse.c tools.c queue.c -OBJS = aitcfg.o parse.o tools.o queue.o +SRCS = aitcfg.c parse.c queue.c +OBJS = aitcfg.o parse.o queue.o LIBSO = libaitcfg.so LIBA = libaitcfg.a