--- libaitcfg/src/Makefile.in 2011/05/01 17:24:28 1.3 +++ libaitcfg/src/Makefile.in 2012/09/18 15:50:59 1.3.14.2 @@ -3,7 +3,7 @@ # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ -# $Id: Makefile.in,v 1.3 2011/05/01 17:24:28 misho Exp $ +# $Id: Makefile.in,v 1.3.14.2 2012/09/18 15:50:59 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 queue.c -OBJS = aitcfg.o parse.o queue.o +SRCS = aitcfg.c parse.c queue.c pwd.c pq.c +OBJS = aitcfg.o parse.o queue.o pwd.o pq.o LIBSO = libaitcfg.so LIBA = libaitcfg.a