From 933a5ef73ac5df7e60410db30e925e54b9650499 Mon Sep 17 00:00:00 2001 From: John Luke Date: Mon, 19 Jan 2004 22:33:28 +0000 Subject: [PATCH] fix another makefile error (I forgot another part to fix) svn path=/trunk/gtk-sharp/; revision=22278 --- vte/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vte/Makefile.in b/vte/Makefile.in index 8d384c610..aadea0e40 100644 --- a/vte/Makefile.in +++ b/vte/Makefile.in @@ -17,9 +17,9 @@ generated-stamp: vte-api.xml $(RUNTIME) ../generator/gapi_codegen.exe --generate $(APIS) --include $(INCLUDE_APIS) --outdir=generated --customdir=. --assembly-name=vte-sharp && touch generated-stamp vte-sharp.dll: generated-stamp - $(MCS) --unsafe --target library -L $(GTKSHARP_PREFIX)/lib \ - -r glib-sharp.dll -r gtk-sharp.dll -r gdk-sharp.dll \ - /r:atk-sharp.dll \ + $(MCS) --unsafe --target library \ + -r ../glib/glib-sharp.dll -r ../gtk/gtk-sharp.dll -r ../gdk/gdk-sharp.dll \ + /r:../atk/atk-sharp.dll \ --recurse '@srcdir@/*.cs' -o vte-sharp.dll clean: