From 115b67e42355a65490c3b0927531f69b77be3da5 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Wed, 12 Jan 2005 17:59:38 +0000 Subject: [PATCH] 2005-01-12 Atsushi Enomoto * Makefile.am : build fix. Added reference to glib-sharp.dll. svn path=/trunk/gtk-sharp/; revision=38793 --- gtkdotnet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtkdotnet/Makefile.am b/gtkdotnet/Makefile.am index fe54e3127..6fd811f15 100644 --- a/gtkdotnet/Makefile.am +++ b/gtkdotnet/Makefile.am @@ -12,7 +12,7 @@ noinst_DATA = $(TARGET) CLEANFILES = $(ASSEMBLY) gtk-sharp.snk DISTCLEANFILES = $(ASSEMBLY).config -references = ../gdk/gdk-sharp.dll +references = ../gdk/gdk-sharp.dll ../glib/glib-sharp.dll build_references = $(addprefix -r:, $(references)) -r:System.Drawing sources = \