From 87ffb7220a8656ca383d146c769a1186198acb21 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 7 Jan 2008 19:00:16 +0000 Subject: Include mlvirtmanager in the Windows installer. * wininstaller.nsis.in: Include mlvirtmanager in the Windows installer. * Makefile.in: Re-enable native code builds for Windows installer. * mlvirtmanager/Makefile.in: Pass $(LDFLAGS) when building on Windows - you need to specify the location of $GTK/lib. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index a7cc00b..172b103 100755 --- a/Makefile.in +++ b/Makefile.in @@ -72,7 +72,7 @@ endif ifneq ($(MAKENSIS),) wininstaller: $(PACKAGE)-$(VERSION).exe -$(PACKAGE)-$(VERSION).exe: wininstaller.nsis all # opt +$(PACKAGE)-$(VERSION).exe: wininstaller.nsis all opt "$(MAKENSIS)" \ //DPACKAGE=$(PACKAGE) //DVERSION=$(VERSION) \ //DOUTFILE=$@ $< -- cgit