mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
wfreerdp-server: fix server interface build
This commit is contained in:
parent
e680cb2bfb
commit
94469ffa6f
@ -62,7 +62,7 @@ else()
|
|||||||
freerdp-channels)
|
freerdp-channels)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(wfreerdp-server ${${MODULE_PREFIX}_LIBS})
|
target_link_libraries(${MODULE_NAME} ${${MODULE_PREFIX}_LIBS})
|
||||||
|
|
||||||
|
|
||||||
if(WITH_SERVER_INTERFACE)
|
if(WITH_SERVER_INTERFACE)
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
set(MODULE_NAME "wfreerdp-server")
|
set(MODULE_NAME "wfreerdp-server-cli")
|
||||||
set(MODULE_PREFIX "FREERDP_SERVER_WINDOWS_CLI")
|
set(MODULE_PREFIX "FREERDP_SERVER_WINDOWS_CLI")
|
||||||
|
|
||||||
include_directories(..)
|
include_directories(..)
|
||||||
|
Loading…
Reference in New Issue
Block a user