Fix compilation of the glue library on Windows

This commit is contained in:
Maarten Bosmans 2009-05-22 19:24:09 +02:00 committed by Sebastian Dröge
parent 79a4ddd570
commit 888eb7d059

View file

@ -23,6 +23,10 @@ nodist_libgstreamersharpglue_0_10_la_SOURCES = generated.c
libgstreamersharpglue_0_10_la_LIBADD = $(GST_LIBS)
libgstreamersharpglue_0_10_la_LDFLAGS = -module -avoid-version -no-undefined
libstreamersharpglue.dll: $(libstreamersharpglue_0_10_la_OBJECTS) libstreamersharpglue.rc libstreamersharpglue.def
./build-dll libstreamersharpglue-0.10 $(VERSION)
INCLUDES = -Wall $(GST_CFLAGS) -I$(top_srcdir)
CLEANFILES= lib*.a lib*.la