wfreerdp-server: fix server interface build

This commit is contained in:
Marc-André Moreau 2012-10-04 19:21:09 -04:00
parent e680cb2bfb
commit 94469ffa6f
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ else()
freerdp-channels)
endif()
target_link_libraries(wfreerdp-server ${${MODULE_PREFIX}_LIBS})
target_link_libraries(${MODULE_NAME} ${${MODULE_PREFIX}_LIBS})
if(WITH_SERVER_INTERFACE)

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set(MODULE_NAME "wfreerdp-server")
set(MODULE_NAME "wfreerdp-server-cli")
set(MODULE_PREFIX "FREERDP_SERVER_WINDOWS_CLI")
include_directories(..)