Bundle Gtk DLLs and support files in the Windows installer.
[virt-top.git] / Makefile.in
index 3d3f561..a7cc00b 100755 (executable)
@@ -75,7 +75,7 @@ wininstaller: $(PACKAGE)-$(VERSION).exe
 $(PACKAGE)-$(VERSION).exe: wininstaller.nsis all # opt
        "$(MAKENSIS)" \
          //DPACKAGE=$(PACKAGE) //DVERSION=$(VERSION) \
-         //DOUTFILE=$@ //V2 $<
+         //DOUTFILE=$@ $<
        ls -l $@
 endif