Browse Source

WinRT: don't compile the NTservice

pull/46/head
Jean-Baptiste Kempf 10 years ago
parent
commit
f365b047ec
  1. 2
      modules/control/Makefile.am

2
modules/control/Makefile.am

@ -64,8 +64,8 @@ libntservice_plugin_la_SOURCES = control/ntservice.c
libwin_hotkeys_plugin_la_SOURCES = control/globalhotkeys/win32.c
libwin_msg_plugin_la_SOURCES = control/win_msg.c
if HAVE_WIN32
control_LTLIBRARIES += libntservice_plugin.la
if !HAVE_WINSTORE
control_LTLIBRARIES += libntservice_plugin.la
control_LTLIBRARIES += libwin_hotkeys_plugin.la libwin_msg_plugin.la
endif
endif

Loading…
Cancel
Save