Move LIBS from gui/nogui linux section to libretroshare

remove -lglib-2.0 it's not needed:
was added in d8e327afcc to compile for arch,
but it compiles on arch now also without this
This commit is contained in:
AsamK 2015-08-31 20:57:11 +02:00
parent 846f7d0204
commit 829c2f396e
3 changed files with 10 additions and 20 deletions

View file

@ -83,6 +83,8 @@ SOURCES += tcponudp/udppeer.cc \
# The next line is for compliance with debian packages. Keep it!
INCLUDEPATH += ../libbitdht
DEFINES *= RS_USE_BITDHT
PRE_TARGETDEPS *= ../../libbitdht/src/lib/libbitdht.a
LIBS += ../../libbitdht/src/lib/libbitdht.a
}
@ -175,6 +177,10 @@ linux-* {
DEFINES *= UBUNTU
INCLUDEPATH += /usr/include/glib-2.0/ /usr/lib/glib-2.0/include
LIBS *= -lgnome-keyring
LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2
PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a
LIBS *= -lssl -lupnp -lixml
LIBS *= -lcrypto -lz -lpthread
}
unix {