From: <as...@us...> - 2003-10-21 23:49:31
|
Update of /cvsroot/gtk2hs/gtk2hs/mk In directory sc8-pr-cvs1:/tmp/cvs-serv19933/mk Modified Files: application.mk config.mk.in Log Message: Index: application.mk =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mk/application.mk,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- application.mk 18 Jun 2002 23:14:22 -0000 1.3 +++ application.mk 21 Oct 2003 23:42:03 -0000 1.4 @@ -9,5 +9,5 @@ $(EXTRAHC_FLAGS) -i$(HIDIRSOK) $(NEEDPACKAGESOK) $(STUBOFILES) \ $(EXTRA_CFILES:.c=.o) $(addprefix -#include ,$(STUBHFILES))) -EXTRA_CLEANFILES += Main.hi +EXTRA_CLEANFILES += Main.hi $(TARGETOK) Index: config.mk.in =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mk/config.mk.in,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- config.mk.in 4 Jul 2003 08:27:00 -0000 1.17 +++ config.mk.in 21 Oct 2003 23:42:03 -0000 1.18 @@ -83,6 +83,8 @@ # Provide an OpenGL widget. ENABLE_OPENGL = @ENABLE_OPENGL@ +# Provide a SourceView widget. +ENABLE_SOURCEVIEW = @ENABLE_SOURCEVIEW@ # This should be libXXX.a and XXX for Unix and # XXX.lib and XXX.exe for Windows |