diff options
author | Alessandro Decina <alessandro.d@gmail.com> | 2009-01-02 11:00:17 +0000 |
---|---|---|
committer | Alessandro Decina <alessandro.d@gmail.com> | 2009-01-02 11:00:17 +0000 |
commit | 70ce70b28713a4daf16757f3e94e8047ea34c0c6 (patch) | |
tree | b054e1f1ae027d41993dfb796db3e03f3d57ace1 /ext/apexsink/Makefile.am | |
parent | 833807a67ffb0cd8ce75232b9ac1fdf6d77725cf (diff) | |
download | gst-plugins-bad-70ce70b28713a4daf16757f3e94e8047ea34c0c6.tar.gz gst-plugins-bad-70ce70b28713a4daf16757f3e94e8047ea34c0c6.tar.bz2 gst-plugins-bad-70ce70b28713a4daf16757f3e94e8047ea34c0c6.zip |
ext/apexsink/Makefile.am: Move -lgcrypto from _LDFLAGS to _LIBADD.
Original commit message from CVS:
* ext/apexsink/Makefile.am:
Move -lgcrypto from _LDFLAGS to _LIBADD.
Diffstat (limited to 'ext/apexsink/Makefile.am')
-rw-r--r-- | ext/apexsink/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/apexsink/Makefile.am b/ext/apexsink/Makefile.am index 0d216345..3ca692f7 100644 --- a/ext/apexsink/Makefile.am +++ b/ext/apexsink/Makefile.am @@ -2,8 +2,8 @@ plugin_LTLIBRARIES = libgstapexsink.la libgstapexsink_la_SOURCES = gstapexplugin.c gstapexraop.c gstapexsink.c libgstapexsink_la_CFLAGS = $(APEXSINK_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -libgstapexsink_la_LIBADD = $(APEXSINK_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) -libgstapexsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcrypto +libgstapexsink_la_LIBADD = $(APEXSINK_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) -lcrypto +libgstapexsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstapexsink_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstapexraop.h gstapexsink.h |