Adds PRE_TARGETDEPS for Linux platforms so the RetroShare binary is

recompiled everytime libbitdht.a or libretroshare.a is modified.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3908 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
leander-256 2010-12-12 04:11:58 +00:00
parent 69373cc69b
commit 8f89d735c6

View File

@ -35,6 +35,8 @@ linux-* {
message(Could not find gpgme-config on your system, assuming gpgme.h is in /usr/include)
}
PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
LIBS += ../../libretroshare/src/lib/libretroshare.a
LIBS += -lssl -lgpgme -lupnp -lXss
DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
@ -137,6 +139,10 @@ macx {
bitdht {
LIBS += ../../libbitdht/src/lib/libbitdht.a
linux-* {
# maybe it is also useful for something else than Linux?
PRE_TARGETDEPS *= ../../libbitdht/src/lib/libbitdht.a
}
}
win32 {