ensure relink for changed lib
This commit is contained in:
parent
50501c6953
commit
77b82a8db4
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user