From 4616bb2fb24be089da5eef5589b2a09e718308fc Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Wed, 17 Mar 2004 17:03:54 +0000 Subject: [PATCH] 2004-03-17 Mike Kestner * sample/rsvg/Makefile.am : make conditional on ENABLE_RSVG svn path=/trunk/gtk-sharp/; revision=24234 --- ChangeLog | 4 ++++ sample/rsvg/Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ff2234cb8..6f788fbbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-17 Mike Kestner + + * sample/rsvg/Makefile.am : make conditional on ENABLE_RSVG + 2004-03-16 Mike Kestner * generator/Signal.cs : streamline the remove code a tad. diff --git a/sample/rsvg/Makefile.am b/sample/rsvg/Makefile.am index 0cff89b7f..4a4d156be 100644 --- a/sample/rsvg/Makefile.am +++ b/sample/rsvg/Makefile.am @@ -1,6 +1,10 @@ references = /r:../../glib/glib-sharp.dll /r:../../pango/pango-sharp.dll /r:../../atk/atk-sharp.dll /r:../../gdk/gdk-sharp.dll /r:../../gtk/gtk-sharp.dll /r:../../glade/glade-sharp.dll /r:../../art/art-sharp.dll /r:../../gnome/gnome-sharp.dll /r:../../rsvg/rsvg-sharp.dll +if ENABLE_RSVG TARGETS = svghelloworld.exe +else +TARGETS = +endif CLEANFILES = $(TARGETS) noinst_SCRIPTS = $(TARGETS) EXTRA_DIST = svghelloworld.cs sample.svg