[gegl] build: do not link ops against GEGL
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] build: do not link ops against GEGL
- Date: Sun, 13 Mar 2016 12:35:37 +0000 (UTC)
commit 8f9e131559ec339d3be86ad1d3fb5f2832c893ff
Author: Øyvind Kolås <pippin gimp org>
Date: Sun Mar 13 13:33:57 2016 +0100
build: do not link ops against GEGL
This skips the libtool relinking step during install, massively speeding it up.
operations/Makefile-common.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/Makefile-common.am b/operations/Makefile-common.am
index 2054196..81baf22 100644
--- a/operations/Makefile-common.am
+++ b/operations/Makefile-common.am
@@ -4,7 +4,7 @@ endif
libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la
-op_libs = $(DEP_LIBS) $(BABL_LIBS) $(libgegl)
+op_libs = $(DEP_LIBS) $(BABL_LIBS)
AM_CPPFLAGS = \
-I$(top_builddir) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]