2005-01-12 Mike Kestner <mkestner@novell.com>

* sample/gnomevfs/Makefile,am : conditionally build.

svn path=/trunk/gtk-sharp/; revision=38792
This commit is contained in:
Mike Kestner 2005-01-12 17:36:12 +00:00
parent 32aa6d0788
commit 04f9d007cc
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-01-12 Mike Kestner <mkestner@novell.com>
* sample/gnomevfs/Makefile,am : conditionally build.
2005-01-12 Mike Kestner <mkestner@novell.com>
* sample/gnomevfs/*.cs : s/Test.Gnome.VFS/TestGnomeVfs to avoid

View File

@ -1,3 +1,4 @@
if ENABLE_GNOMEVFS
TARGETS = \
TestAsync.exe \
TestAsyncStream.exe \
@ -13,6 +14,9 @@ TARGETS = \
TestUnlink.exe \
TestVolumes.exe \
TestXfer.exe
else
TARGETS =
endif
assemblies=../../glib/glib-sharp.dll ../../gnomevfs/gnome-vfs-sharp.dll
references = $(addprefix /r:, $(assemblies)) /r:Mono.GetOptions