diff options
Diffstat (limited to 'gst/pnm')
-rw-r--r-- | gst/pnm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pnm/Makefile.am b/gst/pnm/Makefile.am index e702131c0..9d1542b78 100644 --- a/gst/pnm/Makefile.am +++ b/gst/pnm/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstpnm.la libgstpnm_la_SOURCES = gstpnmutils.c gstpnm.c gstpnmdec.c gstpnmenc.c libgstpnm_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -libgstpnm_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstvideo-@GST_MAJORMINOR@ +libgstpnm_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstvideo-@GST_API_VERSION@ libgstpnm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstpnm_la_LIBTOOLFLAGS = --tag=disable-static |