[gnome-builder] build: terminal plugin LDFLAGS cut'n'paste fix
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build: terminal plugin LDFLAGS cut'n'paste fix
- Date: Sat, 2 Apr 2016 22:32:57 +0000 (UTC)
commit 986d4301d137eedaf865b87ea2ad38259d61cbd1
Author: Andreas Henriksson <andreas fatal se>
Date: Sat Apr 2 20:59:39 2016 +0200
build: terminal plugin LDFLAGS cut'n'paste fix
The practical difference of this fix is that the terminal plugin
will no longer generate a so-versioned version of itself,
e.g. libterminal.so.0
https://bugzilla.gnome.org/show_bug.cgi?id=764511
plugins/terminal/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/terminal/Makefile.am b/plugins/terminal/Makefile.am
index 5b84287..6a33d76 100644
--- a/plugins/terminal/Makefile.am
+++ b/plugins/terminal/Makefile.am
@@ -32,7 +32,7 @@ nodist_libterminal_la_SOURCES = \
libterminal_la_CFLAGS = $(PLUGIN_CFLAGS) $(TERMINAL_CFLAGS)
libterminal_la_LIBADD = $(TERMINAL_LIBS)
-libterminal_la_LDFLAGS = $(PLUGIN_CFLAGS)
+libterminal_la_LDFLAGS = $(PLUGIN_LDFLAGS)
glib_resources_c = gb-terminal-resources.c
glib_resources_h = gb-terminal-resources.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]