[cogl/wip/cogl-gst] cogl-gst: fix build with make -j 8
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/cogl-gst] cogl-gst: fix build with make -j 8
- Date: Mon, 11 Mar 2013 14:24:08 +0000 (UTC)
commit fb8473b4cca215faef2b436c4c2a603c3a96907f
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 | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/cogl-gst/Makefile.am b/cogl-gst/Makefile.am
index 1132d4a..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 \
@@ -73,4 +73,3 @@ pkgconfig_DATA = $(pc_files)
EXTRA_DIST += cogl-gst.pc.in
DISTCLEANFILES += $(pc_files)
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]