From bef7dc015f90bc00daeccf53e3a9ebc95f6709a5 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Sat, 21 Dec 2002 02:48:21 +0000 Subject: [PATCH] * gst/Makefile.in: Reference the newly-built glib-sharp svn path=/trunk/gtk-sharp/; revision=9805 --- ChangeLog | 2 ++ gst/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 232c9487e..065c5a2ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * api/gst-api.xml: Make Gst# link to libgstreamer.so as per pkg-config --libs gstreamer * sources/gtk-sharp.sources: ditto + * gst/Application.cs: ditto + * gst/Makefile.in: Reference the newly-built glib-sharp 2002-12-15 Alejandro Sánchez Acosta diff --git a/gst/Makefile.in b/gst/Makefile.in index 2f5977ec4..c20b9638c 100755 --- a/gst/Makefile.in +++ b/gst/Makefile.in @@ -9,7 +9,7 @@ windows: linux: gst-sharp.dll gst-sharp.dll: *.cs - $(MCS) --unsafe --target library -r glib-sharp.dll -o gst-sharp.dll --recurse '*.cs' + $(MCS) --unsafe --target library -L ../glib -r glib-sharp.dll -o gst-sharp.dll --recurse '*.cs' clean: rm -f *.dll