From 381478762256e37ac7d63ecdbe0183d793ff2802 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 9 Oct 2003 22:46:39 +0000 Subject: [PATCH] 2003-10-09 Mike Kestner * pango/Makefile.in : fix path to glib-sharp.dll svn path=/trunk/gtk-sharp/; revision=18830 --- ChangeLog | 4 ++++ pango/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d2262c9b4..7edf2205f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-09 Mike Kestner + + * pango/Makefile.in : fix path to glib-sharp.dll + 2003-10-10 Martin Willemoes Hansen * Makefile.in: Updated to reflect moval of api xml files from api/ diff --git a/pango/Makefile.in b/pango/Makefile.in index 3fad22a49..172c7846f 100644 --- a/pango/Makefile.in +++ b/pango/Makefile.in @@ -13,7 +13,7 @@ generated-stamp: $(APIS) *.custom ../generator/gapi_codegen.exe $(ASSEMBLY): *.cs generated-stamp $(MCS) --unsafe -nowarn:0660,0661 --target library \ - -r System.Drawing -r glib-sharp.dll \ + -r System.Drawing -r ../glib/glib-sharp.dll \ -o $(ASSEMBLY) --recurse '*.cs' clean: