diff options
Diffstat (limited to 'win/rfb_win32')
-rw-r--r-- | win/rfb_win32/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/win/rfb_win32/Makefile.am b/win/rfb_win32/Makefile.am index 3d8545a9..74f74e8e 100644 --- a/win/rfb_win32/Makefile.am +++ b/win/rfb_win32/Makefile.am @@ -4,7 +4,6 @@ HDRS = \ AboutDialog.h \ BitmapInfo.h \ CKeyboard.h \ - CleanDesktop.h \ Clipboard.h \ CompatibleBitmap.h \ ComputerName.h \ @@ -58,7 +57,6 @@ HDRS = \ librfb_win32_la_SOURCES = $(HDRS) \ AboutDialog.cxx \ CKeyboard.cxx \ - CleanDesktop.cxx \ Clipboard.cxx \ CPointer.cxx \ CurrentUser.cxx \ @@ -97,5 +95,12 @@ librfb_win32_la_SOURCES = $(HDRS) \ 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 = |