mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
Merge pull request #35 from RetroShare/master
fixed compilation: both rs_jsonapi and rs_webui are needed to compile…
This commit is contained in:
commit
e7c863e70e
1 changed files with 2 additions and 0 deletions
|
@ -160,9 +160,11 @@ PUBLIC_HEADERS = retroshare/rsdisc.h \
|
||||||
retroshare/rsgxsdistsync.h
|
retroshare/rsgxsdistsync.h
|
||||||
|
|
||||||
rs_webui {
|
rs_webui {
|
||||||
|
rs_sonapi {
|
||||||
PUBLIC_HEADERS += retroshare/rswebui.h
|
PUBLIC_HEADERS += retroshare/rswebui.h
|
||||||
SOURCES += rsserver/p3webui.cc
|
SOURCES += rsserver/p3webui.cc
|
||||||
HEADERS += rsserver/p3webui.h
|
HEADERS += rsserver/p3webui.h
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
HEADERS += plugins/pluginmanager.h \
|
HEADERS += plugins/pluginmanager.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue