[libgssh] local-alloc: Use correct LDFLAGS/LIBADD variable names
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgssh] local-alloc: Use correct LDFLAGS/LIBADD variable names
- Date: Thu, 16 Jan 2014 15:37:01 +0000 (UTC)
commit 67fff5c47fe7fbcd63d5f077e7c481230943e9ce
Author: Colin Walters <walters verbum org>
Date: Thu Jan 16 10:36:27 2014 -0500
local-alloc: Use correct LDFLAGS/LIBADD variable names
Otherwise we were defining them multiple times.
.../Makefile-gsystem-local-alloc.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgsystem-local-alloc/Makefile-gsystem-local-alloc.am
b/libgsystem-local-alloc/Makefile-gsystem-local-alloc.am
index c3edc5f..b19b9e1 100644
--- a/libgsystem-local-alloc/Makefile-gsystem-local-alloc.am
+++ b/libgsystem-local-alloc/Makefile-gsystem-local-alloc.am
@@ -23,5 +23,5 @@ libgsystem_local_alloc_la_SOURCES = \
$(NULL)
libgsystem_local_alloc_la_CFLAGS = $(AM_CFLAGS) $(BUILDDEP_GIO_UNIX_CFLAGS) -I$(libgsystem_srcdir)
-libgssh_1_la_LDFLAGS = -avoid-version -Bsymbolic-functions -export-symbols-regexp '^gs_' -no-undefined
-export-dynamic
-libgssh_1_la_LIBADD = $(BUILDDEP_GIO_UNIX_LIBS)
+libgsystem_local_alloc_la_LDFLAGS = -avoid-version -Bsymbolic-functions -export-symbols-regexp '^gs_'
-no-undefined -export-dynamic
+libgsystem_local_alloc_la_LIBADD = $(BUILDDEP_GIO_UNIX_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]