[cogl/wip/cogl-gst-1.x: 25/29] cogl-gst: fix build with make -j 8



commit 6690252f3dc03af17fea9978448ec71b5ef9c6d9
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Mon Mar 11 14:11:56 2013 +0000

    cogl-gst: fix build with make -j 8
    
    Many thanks to Damien Lespiau.

 cogl-gst/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl-gst/Makefile.am b/cogl-gst/Makefile.am
index 9a924f9..57a64d8 100644
--- a/cogl-gst/Makefile.am
+++ b/cogl-gst/Makefile.am
@@ -59,7 +59,7 @@ plugin_LTLIBRARIES = libgstcogl.la
 libgstcogl_la_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_GST_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)
 libgstcogl_la_LIBADD = \
        $(top_builddir)/cogl/libcogl2.la \
-       $(top_builddir)/cogl-gst/libcogl-gst.la
+       $(builddir)/libcogl-gst.la
 libgstcogl_la_LIBADD += $(COGL_DEP_LIBS) $(COGL_GST_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
 libgstcogl_la_LDFLAGS =        \
        -avoid-version -no-undefined            \


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