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: