added rs plugins into rules for ubuntu packaging

This commit is contained in:
csoler 2018-02-23 14:06:49 +01:00
parent 681f543184
commit 31ab87c65b
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -3,7 +3,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
cd src && qmake "CONFIG-=debug" "CONFIG+=release" "CONFIG+=rs_autologin" PREFIX=/usr LIB_DIR=/usr/lib RetroShare.pro
cd src && qmake "CONFIG-=debug" "CONFIG+=release" "CONFIG+=rs_autologin" "CONFIG+=retroshare_plugins" PREFIX=/usr LIB_DIR=/usr/lib RetroShare.pro
touch $@