ensure relink for changed lib
This commit is contained in:
parent
50501c6953
commit
77b82a8db4
@ -1,3 +1,5 @@
|
|||||||
|
include ../mk/sysconf
|
||||||
|
|
||||||
PROGS = recollindex csguess mimetype
|
PROGS = recollindex csguess mimetype
|
||||||
SRCS = recollindex.cpp
|
SRCS = recollindex.cpp
|
||||||
|
|
||||||
@ -42,4 +44,3 @@ clean:
|
|||||||
rm -f *.o $(PROGS)
|
rm -f *.o $(PROGS)
|
||||||
|
|
||||||
include alldeps
|
include alldeps
|
||||||
include ../mk/sysconf
|
|
||||||
|
|||||||
@ -38,6 +38,7 @@ unix {
|
|||||||
$(BSTATIC) $(LIBXAPIAN) $(LIBICONV) $(BDYNAMIC) \
|
$(BSTATIC) $(LIBXAPIAN) $(LIBICONV) $(BDYNAMIC) \
|
||||||
-lz
|
-lz
|
||||||
INCLUDEPATH += ../common ../index ../query ../unac ../utils
|
INCLUDEPATH += ../common ../index ../query ../unac ../utils
|
||||||
|
POST_TARGETDEPS = ../lib/librcl.a
|
||||||
}
|
}
|
||||||
|
|
||||||
UNAME = $$system(uname -s)
|
UNAME = $$system(uname -s)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user