summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-24 12:16:39 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-15 15:59:22 +0200
commite51cd4fe2fab76b9924534878343ee9a682f6c85 (patch)
tree678c6eb495d04739de013559300cd66f20655d18 /sys
parent6da91fa7d5d11c7e4dc0bb13cbad092ac4bdd03d (diff)
downloadgstreamer-plugins-bad-e51cd4fe2fab76b9924534878343ee9a682f6c85.tar.gz
gst: Add better support for static plugins
Diffstat (limited to 'sys')
-rw-r--r--sys/acmenc/Makefile.am2
-rw-r--r--sys/acmmp3dec/Makefile.am2
-rw-r--r--sys/applemedia/Makefile.am2
-rw-r--r--sys/avc/Makefile.am2
-rw-r--r--sys/bluez/Makefile.am2
-rw-r--r--sys/cdrom/Makefile.am2
-rw-r--r--sys/d3dvideosink/Makefile.am2
-rw-r--r--sys/decklink/Makefile.am2
-rw-r--r--sys/directdraw/Makefile.am2
-rw-r--r--sys/directsound/Makefile.am6
-rw-r--r--sys/dshowdecwrapper/Makefile.am2
-rw-r--r--sys/dvb/Makefile.am2
-rw-r--r--sys/dxr3/Makefile.am2
-rw-r--r--sys/fbdev/Makefile.am2
-rw-r--r--sys/linsys/Makefile.am2
-rw-r--r--sys/mfc/Makefile.am2
-rw-r--r--sys/osxvideo/Makefile.am2
-rw-r--r--sys/pvr2d/Makefile.am2
-rw-r--r--sys/qcam/Makefile.am2
-rw-r--r--sys/qtwrapper/Makefile.am2
-rw-r--r--sys/shm/Makefile.am2
-rw-r--r--sys/uvch264/Makefile.am2
-rw-r--r--sys/vcd/Makefile.am2
-rw-r--r--sys/vdpau/Makefile.am2
-rw-r--r--sys/wasapi/Makefile.am2
-rw-r--r--sys/wininet/Makefile.am2
-rw-r--r--sys/winks/Makefile.am2
-rw-r--r--sys/winscreencap/Makefile.am2
28 files changed, 30 insertions, 30 deletions
diff --git a/sys/acmenc/Makefile.am b/sys/acmenc/Makefile.am
index 2abad53a4..eb469b927 100644
--- a/sys/acmenc/Makefile.am
+++ b/sys/acmenc/Makefile.am
@@ -12,5 +12,5 @@ libgstacmenc_la_LIBADD = \
-lmsacm32
libgstacmenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstacmenc_la_LIBTOOLFLAGS = --tag=disable-static
+libgstacmenc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/sys/acmmp3dec/Makefile.am b/sys/acmmp3dec/Makefile.am
index 1d7b27e58..2ff635b0d 100644
--- a/sys/acmmp3dec/Makefile.am
+++ b/sys/acmmp3dec/Makefile.am
@@ -11,4 +11,4 @@ libgstacmmp3dec_la_LIBADD = \
-lgsttag-$(GST_API_VERSION) \
-lmsacm32
libgstacmmp3dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
-libgstacmmp3dec_la_LIBTOOLFLAGS = --tag=disable-static
+libgstacmmp3dec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/sys/applemedia/Makefile.am b/sys/applemedia/Makefile.am
index 452ec4dcb..977a767cc 100644
--- a/sys/applemedia/Makefile.am
+++ b/sys/applemedia/Makefile.am
@@ -31,7 +31,7 @@ libgstapplemedia_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-$(GST_API_VERSION)
-libgstapplemedia_la_LIBTOOLFLAGS = --tag=disable-static
+libgstapplemedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
libgstapplemedia_la_LDFLAGS = \
$(GST_PLUGIN_LDFLAGS) \
diff --git a/sys/avc/Makefile.am b/sys/avc/Makefile.am
index 315127386..dd61d9e7c 100644
--- a/sys/avc/Makefile.am
+++ b/sys/avc/Makefile.am
@@ -14,7 +14,7 @@ libgstavc_la_LIBADD = \
$(GST_BASE_LIBS) \
$(GST_LIBS)
-libgstavc_la_LIBTOOLFLAGS = --tag=disable-static
+libgstavc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
libgstavc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \
-Wl,-framework -Wl,AVCVideoServices \
diff --git a/sys/bluez/Makefile.am b/sys/bluez/Makefile.am
index 599dd82d9..cc9017654 100644
--- a/sys/bluez/Makefile.am
+++ b/sys/bluez/Makefile.am
@@ -20,7 +20,7 @@ libgstbluez_la_LIBADD = \
$(GST_LIBS) \
$(DBUS_LIBS)
libgstbluez_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstbluez_la_LIBTOOLFLAGS = --tag=disable-static
+libgstbluez_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
a2dp-codecs.h \
diff --git a/sys/cdrom/Makefile.am b/sys/cdrom/Makefile.am
index 78aa461e8..9f4a6b155 100644
--- a/sys/cdrom/Makefile.am
+++ b/sys/cdrom/Makefile.am
@@ -5,6 +5,6 @@ libgstcdplayer_la_SOURCES = gstcdplayer.c gstcdplayer_ioctl.c
libgstcdplayer_la_CFLAGS = $(GST_CFLAGS)
libgstcdplayer_la_LIBADD =
libgstcdplayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstcdplayer_la_LIBTOOLFLAGS = --tag=disable-static
+libgstcdplayer_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstcdplayer.h gstcdplayer_ioctl.h gstcdplayer_ioctl_solaris.h gstcdplayer_ioctl_bsd.h
diff --git a/sys/d3dvideosink/Makefile.am b/sys/d3dvideosink/Makefile.am
index 69c78d5ab..b30c4dad1 100644
--- a/sys/d3dvideosink/Makefile.am
+++ b/sys/d3dvideosink/Makefile.am
@@ -6,6 +6,6 @@ libgstd3dvideosink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-$(GST_API_VERSION) \
$(DIRECT3D_LIBS) $(DIRECTX_LDFAGS)
libgstd3dvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstd3dvideosink_la_LIBTOOLFLAGS = --tag=disable-static
+libgstd3dvideosink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = d3dvideosink.h d3dhelpers.h
diff --git a/sys/decklink/Makefile.am b/sys/decklink/Makefile.am
index a790d2ae8..89af7c2da 100644
--- a/sys/decklink/Makefile.am
+++ b/sys/decklink/Makefile.am
@@ -20,7 +20,7 @@ libgstdecklink_la_LDFLAGS += \
-Wl,-framework,CoreFoundation
endif
-libgstdecklink_la_LIBTOOLFLAGS = --tag=disable-static
+libgstdecklink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
libgstdecklink_la_SOURCES = \
gstdecklinksink.cpp \
diff --git a/sys/directdraw/Makefile.am b/sys/directdraw/Makefile.am
index d4e726207..f6bbb163d 100644
--- a/sys/directdraw/Makefile.am
+++ b/sys/directdraw/Makefile.am
@@ -8,6 +8,6 @@ libgstdirectdrawsink_la_LIBADD = \
-lgstinterfaces-$(GST_API_VERSION) \
$(DIRECTX_LDFLAGS) $(DIRECTDRAW_LIBS)
libgstdirectdrawsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdirectdrawsink_la_LIBTOOLFLAGS = --tag=disable-static
+libgstdirectdrawsink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS= gstdirectdrawsink.h
diff --git a/sys/directsound/Makefile.am b/sys/directsound/Makefile.am
index 6d18c4eb3..18b0980b9 100644
--- a/sys/directsound/Makefile.am
+++ b/sys/directsound/Makefile.am
@@ -1,12 +1,12 @@
plugin_LTLIBRARIES = libgstdirectsoundsrc.la
-libgstdirectsoundsrc_la_SOURCES = gstdirectsoundsrc.c gstdirectsoundplugin.c
+libgstdirectsoundsrc_la_SOURCES = gstdirectsoundsrc.c gstdirectsoundplugin.c
libgstdirectsoundsrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) $(DIRECTX_CFLAGS)
libgstdirectsoundsrc_la_LIBADD = \
$(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
- $(DIRECTX_LDFLAGS) -ldsound
+ $(DIRECTX_LDFLAGS) -ldsound
libgstdirectsoundsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdirectsoundsrc_la_LIBTOOLFLAGS = --tag=disable-static
+libgstdirectsoundsrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS= gstdirectsoundsrc.h
diff --git a/sys/dshowdecwrapper/Makefile.am b/sys/dshowdecwrapper/Makefile.am
index 0ad26352e..3e70770ea 100644
--- a/sys/dshowdecwrapper/Makefile.am
+++ b/sys/dshowdecwrapper/Makefile.am
@@ -8,7 +8,7 @@ libgstdshowdecwrapper_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst-libs/gst -DL
libgstdshowdecwrapper_la_LIBADD = $(top_builddir)/gst-libs/gst/dshow/libgstdshow-@GST_API_VERSION@.la \
$(GST_BASE_LIBS) $(GST_LIBS)
libgstdshowdecwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdshowdecwrapper_la_LIBTOOLFLAGS = --tag=disable-static
+libgstdshowdecwrapper_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstdshowaudiodec.h gstdshowvideodec.h gstdshowfakesrc.h \
gstdshowutil.h
diff --git a/sys/dvb/Makefile.am b/sys/dvb/Makefile.am
index bceca2919..2369652e2 100644
--- a/sys/dvb/Makefile.am
+++ b/sys/dvb/Makefile.am
@@ -20,7 +20,7 @@ libgstdvb_la_SOURCES = \
libgstdvb_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS)
libgstdvb_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
libgstdvb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdvb_la_LIBTOOLFLAGS = --tag=disable-static
+libgstdvb_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstdvbsrc.h \
diff --git a/sys/dxr3/Makefile.am b/sys/dxr3/Makefile.am
index 44d217ad2..dc81c0c44 100644
--- a/sys/dxr3/Makefile.am
+++ b/sys/dxr3/Makefile.am
@@ -7,7 +7,7 @@ nodist_libgstdxr3_la_SOURCES = dxr3marshal.c
libgstdxr3_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS)
libgstdxr3_la_LIBADD =
libgstdxr3_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdxr3_la_LIBTOOLFLAGS = --tag=disable-static
+libgstdxr3_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
BUILT_SOURCES = dxr3marshal.c dxr3marshal.h
built_headers = dxr3marshal.h
diff --git a/sys/fbdev/Makefile.am b/sys/fbdev/Makefile.am
index 02a30b1a4..139acbaf6 100644
--- a/sys/fbdev/Makefile.am
+++ b/sys/fbdev/Makefile.am
@@ -10,6 +10,6 @@ libgstfbdevsink_la_LIBADD = \
$(GST_BASE_LIBS) \
$(LIBFBDEV_LIBS)
libgstfbdevsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstfbdevsink_la_LIBTOOLFLAGS = --tag=disable-static
+libgstfbdevsink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstfbdevsink.h
diff --git a/sys/linsys/Makefile.am b/sys/linsys/Makefile.am
index ac7eed003..8b1047248 100644
--- a/sys/linsys/Makefile.am
+++ b/sys/linsys/Makefile.am
@@ -23,4 +23,4 @@ libgstlinsys_la_CFLAGS = \
libgstlinsys_la_LDFLAGS = \
$(GST_PLUGIN_LDFLAGS)
libgstlinsys_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
-libgstlinsys_la_LIBTOOLFLAGS = --tag=disable-static
+libgstlinsys_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/sys/mfc/Makefile.am b/sys/mfc/Makefile.am
index 4126b1ef1..425e4416d 100644
--- a/sys/mfc/Makefile.am
+++ b/sys/mfc/Makefile.am
@@ -22,5 +22,5 @@ libgstmfc_la_LIBADD = \
$(GST_BASE_LIBS) \
$(GST_LIBS)
libgstmfc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstmfc_la_LIBTOOLFLAGS = --tag=disable-static
+libgstmfc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am
index 56f432516..8080ebaf7 100644
--- a/sys/osxvideo/Makefile.am
+++ b/sys/osxvideo/Makefile.am
@@ -8,7 +8,7 @@ libgstosxvideosrc_la_LIBADD = \
$(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
-lgstinterfaces-$(GST_API_VERSION)
-libgstosxvideosrc_la_LIBTOOLFLAGS = --tag=disable-static
+libgstosxvideosrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
libgstosxvideosrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \
-Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime
diff --git a/sys/pvr2d/Makefile.am b/sys/pvr2d/Makefile.am
index fd94d4aa3..8ed89866f 100644
--- a/sys/pvr2d/Makefile.am
+++ b/sys/pvr2d/Makefile.am
@@ -14,7 +14,7 @@ libgstpvr_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
$(LIBM)
libgstpvr_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstpvr_la_LIBTOOLFLAGS = --tag=disable-static
+libgstpvr_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstpvr.h \
diff --git a/sys/qcam/Makefile.am b/sys/qcam/Makefile.am
index e3e5642c8..3843ae8bc 100644
--- a/sys/qcam/Makefile.am
+++ b/sys/qcam/Makefile.am
@@ -7,6 +7,6 @@ libgstqcam_la_SOURCES = gstqcamsrc.c qcam-lib.c exposure.c
libgstqcam_la_CFLAGS = -O2 $(GST_CFLAGS)
libgstqcam_la_LIBADD =
libgstqcam_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstqcam_la_LIBTOOLFLAGS = --tag=disable-static
+libgstqcam_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstqcamsrc.h qcam-os.h qcam.h qcamip.h qcam-Linux.h
diff --git a/sys/qtwrapper/Makefile.am b/sys/qtwrapper/Makefile.am
index 35a833742..29b894f6a 100644
--- a/sys/qtwrapper/Makefile.am
+++ b/sys/qtwrapper/Makefile.am
@@ -14,7 +14,7 @@ libgstqtwrapper_la_SOURCES = \
libgstqtwrapper_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstqtwrapper_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
libgstqtwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio,-framework,AudioToolbox,-framework,Carbon,-framework,QuickTime,-framework,QuartzCore
-libgstqtwrapper_la_LIBTOOLFLAGS = --tag=disable-static
+libgstqtwrapper_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
# headers we need but don't want installed
noinst_HEADERS = \
diff --git a/sys/shm/Makefile.am b/sys/shm/Makefile.am
index 3d1bf132f..0031fa3b6 100644
--- a/sys/shm/Makefile.am
+++ b/sys/shm/Makefile.am
@@ -5,6 +5,6 @@ libgstshm_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS) -DSHM_PIPE_USE_GLI
libgstshm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstshm_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(SHM_LIBS)
-libgstshm_la_LIBTOOLFLAGS = --tag=disable-static
+libgstshm_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstshmsrc.h gstshmsink.h shmpipe.h shmalloc.h
diff --git a/sys/uvch264/Makefile.am b/sys/uvch264/Makefile.am
index be99159c3..aec14556b 100644
--- a/sys/uvch264/Makefile.am
+++ b/sys/uvch264/Makefile.am
@@ -15,7 +15,7 @@ libgstuvch264_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
-DGST_USE_UNSTABLE_API
libgstuvch264_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstuvch264_la_LIBTOOLFLAGS = --tag=disable-static
+libgstuvch264_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
libgstuvch264_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
$(GST_BASE_LIBS) \
diff --git a/sys/vcd/Makefile.am b/sys/vcd/Makefile.am
index 0e8bf4767..d424ac11b 100644
--- a/sys/vcd/Makefile.am
+++ b/sys/vcd/Makefile.am
@@ -5,6 +5,6 @@ libgstvcdsrc_la_SOURCES = vcdsrc.c
libgstvcdsrc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstvcdsrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
libgstvcdsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstvcdsrc_la_LIBTOOLFLAGS = --tag=disable-static
+libgstvcdsrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = vcdsrc.h
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am
index afa0c1417..2fb4f9d4b 100644
--- a/sys/vdpau/Makefile.am
+++ b/sys/vdpau/Makefile.am
@@ -23,7 +23,7 @@ libgstvdpau_la_LIBADD = \
$(VDPAU_LIBS) $(LIBM)
libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
+libgstvdpau_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstvdputils.h \
diff --git a/sys/wasapi/Makefile.am b/sys/wasapi/Makefile.am
index 93fa3a1eb..740c43ca5 100644
--- a/sys/wasapi/Makefile.am
+++ b/sys/wasapi/Makefile.am
@@ -10,7 +10,7 @@ libgstwasapi_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-$(GST_API_VERSION) \
$(WASAPI_LIBS)
libgstwasapi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstwasapi_la_LIBTOOLFLAGS = --tag=disable-static
+libgstwasapi_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstwasapisrc.h \
gstwasapisink.h \
diff --git a/sys/wininet/Makefile.am b/sys/wininet/Makefile.am
index 72e73ec49..816d868f9 100644
--- a/sys/wininet/Makefile.am
+++ b/sys/wininet/Makefile.am
@@ -5,7 +5,7 @@ libgstwininet_la_SOURCES = gstwininetsrc.c
libgstwininet_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstwininet_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) -lwininet
libgstwininet_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstwininet_la_LIBTOOLFLAGS = --tag=disable-static
+libgstwininet_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstwininetsrc.h
diff --git a/sys/winks/Makefile.am b/sys/winks/Makefile.am
index 234cbe7dc..84c0ef200 100644
--- a/sys/winks/Makefile.am
+++ b/sys/winks/Makefile.am
@@ -11,7 +11,7 @@ libgstwinks_la_LIBADD = \
$(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
-lgstinterfaces-$(GST_MAJORMINOR) $(DIRECTX_LDFLAGS) $(DIRECTSHOW_LIBS)
libgstwinks_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstwinks_la_LIBTOOLFLAGS = --tag=disable-static
+libgstwinks_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS= gstksclock.h
diff --git a/sys/winscreencap/Makefile.am b/sys/winscreencap/Makefile.am
index 572a2ff0b..59688900b 100644
--- a/sys/winscreencap/Makefile.am
+++ b/sys/winscreencap/Makefile.am
@@ -6,6 +6,6 @@ libgstwinscreencap_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
libgstwinscreencap_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
$(DIRECT3D9_LIBS) $(DIRECTX_LDFLAGS)
libgstwinscreencap_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstwinscreencap_la_LIBTOOLFLAGS = --tag=disable-static
+libgstwinscreencap_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS= gstwinscreencap.h