[gnome-subtitles] Added web reference to makefile



commit 280510fc48ded75dd652e94e16c7f299ca961daa
Author: Pedro Castro <mail pedrocastro org>
Date:   Sun Jan 2 06:30:56 2011 +0000

    Added web reference to makefile

 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index bf68a06..2f5cab6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,7 +61,8 @@ GS_RESOURCES = \
 	$(GS_DATADIR)/video-set-subtitle-start-end-30x.png
 
 GS_SYSTEM_REFERENCES = \
-	Mono.Posix.dll
+	Mono.Posix.dll \
+	System.Web.dll
 
 $(ASSEMBLY): $(GS_SOURCES) $(GS_RESOURCES)
 	$(MCS) $(MCS_FLAGS) -target:winexe -out:$(ASSEMBLY) $(GS_SYSTEM_REFERENCES:%=-r:%) $(GTKSHARP_LIBS) $(SUBLIB_LIBS) $(GS_RESOURCES:%=-resource:%) $(GS_SOURCES)



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