* gst/Makefile.in: Reference the newly-built glib-sharp

svn path=/trunk/gtk-sharp/; revision=9805
This commit is contained in:
Alp Toker 2002-12-21 02:48:21 +00:00
parent 15589b1c83
commit bef7dc015f
2 changed files with 3 additions and 1 deletions

View file

@ -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 <raciel@gnome.org>

View file

@ -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