ensure relink for changed lib

This commit is contained in:
dockes 2006-01-06 07:59:12 +00:00
parent 50501c6953
commit 77b82a8db4
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
include ../mk/sysconf
PROGS = recollindex csguess mimetype
SRCS = recollindex.cpp
all: $(PROGS)
all: $(PROGS)
RECOLLINDEX_OBJS= recollindex.o $(BIGLIB) $(MIMELIB)
recollindex : $(RECOLLINDEX_OBJS)
@ -42,4 +44,3 @@ clean:
rm -f *.o $(PROGS)
include alldeps
include ../mk/sysconf

View File

@ -38,6 +38,7 @@ unix {
$(BSTATIC) $(LIBXAPIAN) $(LIBICONV) $(BDYNAMIC) \
-lz
INCLUDEPATH += ../common ../index ../query ../unac ../utils
POST_TARGETDEPS = ../lib/librcl.a
}
UNAME = $$system(uname -s)