2006-07-14 Mike Kestner <mkestner@novell.com>

* sample/gnomevfs/Makefile.am : build fix for !ENABLE_GNOMEVFS.

svn path=/trunk/gtk-sharp/; revision=62597
This commit is contained in:
Mike Kestner 2006-07-14 13:40:11 +00:00
parent 470e0cb702
commit c8d0557ac1
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2006-07-14 Mike Kestner <mkestner@novell.com>
* sample/gnomevfs/Makefile.am : build fix for !ENABLE_GNOMEVFS.
2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* glade/HandlerNotFoundExeception.cs:

View File

@ -13,9 +13,6 @@ TARGETS = \
TestSyncWrite.exe \
TestUnlink.exe \
TestVolumes.exe
else
TARGETS =
endif
if ENABLE_MONOGETOPTIONS
EXTRA_TARGETS = TestXfer.exe
@ -23,6 +20,11 @@ else
EXTRA_TARGETS =
endif
else
TARGETS =
EXTRA_TARGETS =
endif
assemblies=../../glib/glib-sharp.dll ../../gnomevfs/gnome-vfs-sharp.dll
references = $(addprefix /r:, $(assemblies))