diff options
Diffstat (limited to 'ext/hermes')
-rw-r--r-- | ext/hermes/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hermes/Makefile.am b/ext/hermes/Makefile.am index b221c5cb..b564d4fb 100644 --- a/ext/hermes/Makefile.am +++ b/ext/hermes/Makefile.am @@ -17,5 +17,6 @@ endif libgstcolorspace_la_SOURCES = gstcolorspace.c yuv2yuv.c yuv2rgb.c rgb2yuv.c $(ARCHSRCS) libgstcolorspace_la_CFLAGS = $(GST_CFLAGS) libgstcolorspace_la_LIBADD = $(GST_LIBS) $(PLUGIN_EXTRA_LIBS) +libgstcolorspace_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstcolorspace.h yuv2rgb.h |