[PATCH virt-viewer] Fix typo in variable names for Win32 command helper

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Daniel P. Berrange" <berrange@xxxxxxxxxx>

---
 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 7f6baa8..6ee97fa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -118,8 +118,8 @@ EXTRA_DIST += $(VIRT_VIEWER_RES)
 
 if OS_WIN32
 bin_PROGRAMS += windows-cmdline-wrapper
-window_cmdline_wrapper_SOURCES = windows-cmdline-wrapper.c
-window_cmdline_wrapper_LDFLAGS = -lpsapi
+windows_cmdline_wrapper_SOURCES = windows-cmdline-wrapper.c
+windows_cmdline_wrapper_LDFLAGS = -lpsapi
 
 virt-viewer_rc.$(OBJEXT): $(VIRT_VIEWER_RES) $(top_builddir)/icons/virt-viewer.ico
 	$(AM_V_GEN)$(WINDRES)				\
-- 
1.7.7.6


[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux