| noinst_LTLIBRARIES = librfb_win32.la |
| |
| HDRS = \ |
| AboutDialog.h \ |
| BitmapInfo.h \ |
| CKeyboard.h \ |
| Clipboard.h \ |
| CompatibleBitmap.h \ |
| ComputerName.h \ |
| CPointer.h \ |
| CurrentUser.h \ |
| DeviceContext.h \ |
| DeviceFrameBuffer.h \ |
| Dialog.h \ |
| DIBSectionBuffer.h \ |
| DynamicFn.h \ |
| EventManager.h \ |
| Handle.h \ |
| IconInfo.h \ |
| IntervalTimer.h \ |
| keymap.h \ |
| LaunchProcess.h \ |
| ListViewControl.h \ |
| LocalMem.h \ |
| LogicalPalette.h \ |
| LowLevelKeyEvents.h \ |
| ModuleFileName.h \ |
| MonitorInfo.h \ |
| MsgBox.h \ |
| MsgWindow.h \ |
| OSVersion.h \ |
| ProgressControl.h \ |
| RegConfig.h \ |
| Registry.h \ |
| resource.h \ |
| ScaledDIBSectionBuffer.h \ |
| SecurityPage.h \ |
| SDisplayCoreDriver.h \ |
| SDisplayCorePolling.h \ |
| SDisplayCoreWMHooks.h \ |
| SDisplay.h \ |
| Security.h \ |
| Service.h \ |
| SInput.h \ |
| SocketManager.h \ |
| TCharArray.h \ |
| Threading.h \ |
| ToolBar.h \ |
| TrayIcon.h \ |
| TsSessions.h \ |
| Win32Util.h \ |
| WMCursor.h \ |
| WMHooks.h \ |
| WMNotifier.h \ |
| WMPoller.h \ |
| WMShatter.h \ |
| WMWindowCopyRect.h |
| |
| librfb_win32_la_SOURCES = $(HDRS) \ |
| AboutDialog.cxx \ |
| CKeyboard.cxx \ |
| Clipboard.cxx \ |
| CPointer.cxx \ |
| CurrentUser.cxx \ |
| DeviceContext.cxx \ |
| DeviceFrameBuffer.cxx \ |
| Dialog.cxx \ |
| DIBSectionBuffer.cxx \ |
| DynamicFn.cxx \ |
| EventManager.cxx \ |
| LaunchProcess.cxx \ |
| ListViewControl.cxx \ |
| LowLevelKeyEvents.cxx \ |
| MonitorInfo.cxx \ |
| MsgWindow.cxx \ |
| OSVersion.cxx \ |
| ProgressControl.cxx \ |
| RegConfig.cxx \ |
| Registry.cxx \ |
| ScaledDIBSectionBuffer.cxx \ |
| SecurityPage.cxx \ |
| SDisplayCorePolling.cxx \ |
| SDisplayCoreWMHooks.cxx \ |
| SDisplay.cxx \ |
| Security.cxx \ |
| Service.cxx \ |
| SInput.cxx \ |
| SocketManager.cxx \ |
| TCharArray.cxx \ |
| Threading.cxx \ |
| ToolBar.cxx \ |
| TsSessions.cxx \ |
| Win32Util.cxx \ |
| WMCursor.cxx \ |
| WMHooks.cxx \ |
| WMNotifier.cxx \ |
| WMPoller.cxx \ |
| WMShatter.cxx \ |
| WMWindowCopyRect.cxx |
| |
| # These files rely on features not yet in upstream mingw |
| if BUILD_WINVNC |
| librfb_win32_la_SOURCES += \ |
| CleanDesktop.h \ |
| CleanDesktop.cxx |
| endif |
| |
| librfb_win32_la_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/win |
| librfb_win32_la_LIBADD = |
| |
| EXTRA_DIST = CMakeLists.txt |