[grilo-plugins] build: Fix library name of optical-media plugin



commit 90b3f9f3e0f4ec40fe39d6095d913ba30892dd64
Author: Jan Alexander Steffens (heftig) <jan steffens gmail com>
Date:   Sun Feb 19 10:46:16 2017 +0100

    build: Fix library name of optical-media plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778858

 src/optical-media/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/optical-media/Makefile.am b/src/optical-media/Makefile.am
index c9e6e1e..5c3a911 100644
--- a/src/optical-media/Makefile.am
+++ b/src/optical-media/Makefile.am
@@ -7,22 +7,22 @@
 
 include $(top_srcdir)/gtester.mk
 
-ext_LTLIBRARIES                 = libgrloptical-media.la
+ext_LTLIBRARIES                 = libgrlopticalmedia.la
 
-libgrloptical_media_la_CFLAGS =                        \
+libgrlopticalmedia_la_CFLAGS =                 \
        $(DEPS_OPTICAL_MEDIA_CFLAGS)    \
        -DG_LOG_DOMAIN=\"GrlOpticalMedia\"      \
        -DLOCALEDIR=\"$(localedir)\"
 
-libgrloptical_media_la_LIBADD =        \
+libgrlopticalmedia_la_LIBADD = \
        $(DEPS_OPTICAL_MEDIA_LIBS)
 
-libgrloptical_media_la_LDFLAGS = \
+libgrlopticalmedia_la_LDFLAGS = \
        -no-undefined         \
        -module               \
        -avoid-version
 
-libgrloptical_media_la_SOURCES =       \
+libgrlopticalmedia_la_SOURCES =        \
        grl-optical-media.c     \
        grl-optical-media.h
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]