[clutter-gst] plugin: make 3.0 plugin parallel installable with 2.0 plugin



commit e762602e40ffb28df673d2154c2f5f8592a0eea5
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Fri Nov 15 18:47:32 2013 +0000

    plugin: make 3.0 plugin parallel installable with 2.0 plugin

 clutter-gst/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index 1b6e594..5668b34 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -110,15 +110,15 @@ plugin_source_c =                                 \
        $(srcdir)/clutter-gst-auto-video-sink.h \
        $(NULL)
 
-libgstclutter_la_SOURCES =     \
+libgstclutter_ CLUTTER_GST_MAJORMINOR@_la_SOURCES =    \
        $(plugin_source_c)      \
        $(NULL)
 
-plugin_LTLIBRARIES = libgstclutter.la
+plugin_LTLIBRARIES = libgstclutter- CLUTTER_GST_MAJORMINOR@.la
 
-libgstclutter_la_LIBADD  = $(PLUGIN_LIBS) $(HW_LIBS) \
+libgstclutter_ CLUTTER_GST_MAJORMINOR@_la_LIBADD  = $(PLUGIN_LIBS) $(HW_LIBS) \
        libclutter-gst- CLUTTER_GST_MAJORMINOR@.la
-libgstclutter_la_LDFLAGS =     \
+libgstclutter_ CLUTTER_GST_MAJORMINOR@_la_LDFLAGS =    \
        $(GL_LDFLAGS)           \
        -module -avoid-version  \
        -no-undefined           \


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