mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 00:19:30 -05:00
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:
parent
69373cc69b
commit
8f89d735c6
@ -35,6 +35,8 @@ linux-* {
|
|||||||
message(Could not find gpgme-config on your system, assuming gpgme.h is in /usr/include)
|
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 += ../../libretroshare/src/lib/libretroshare.a
|
||||||
LIBS += -lssl -lgpgme -lupnp -lXss
|
LIBS += -lssl -lgpgme -lupnp -lXss
|
||||||
DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
|
DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
|
||||||
@ -137,6 +139,10 @@ macx {
|
|||||||
|
|
||||||
bitdht {
|
bitdht {
|
||||||
LIBS += ../../libbitdht/src/lib/libbitdht.a
|
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 {
|
win32 {
|
||||||
|
Loading…
Reference in New Issue
Block a user