added missing file

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4276 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-06-17 07:13:47 +00:00
parent a2c91a7924
commit b32289a8f9

View File

@ -0,0 +1,8 @@
TEMPLATE = lib
CONFIG =
linux-g++ {
INCLUDEPATH += ../../libretroshare/src/ ../../retroshare-gui/src/
LIBS *= -ldl
}