Merge pull request #35 from RetroShare/master

fixed compilation: both rs_jsonapi and rs_webui are needed to compile…
This commit is contained in:
defnax 2019-11-27 20:47:21 +01:00 committed by GitHub
commit e7c863e70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,9 +160,11 @@ PUBLIC_HEADERS = retroshare/rsdisc.h \
retroshare/rsgxsdistsync.h
rs_webui {
rs_sonapi {
PUBLIC_HEADERS += retroshare/rswebui.h
SOURCES += rsserver/p3webui.cc
HEADERS += rsserver/p3webui.h
}
}
HEADERS += plugins/pluginmanager.h \