diff options
Diffstat (limited to 'sys/qtwrapper/Makefile.am')
-rw-r--r-- | sys/qtwrapper/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |