[nautilus-actions] Do not number the core library
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Do not number the core library
- Date: Tue, 23 Mar 2010 22:07:34 +0000 (UTC)
commit 727c49a6c423a6c5371e0616756bbee2c7b4248f
Author: Pierre Wieser <pwieser trychlos org>
Date: Tue Mar 23 23:08:51 2010 +0100
Do not number the core library
ChangeLog | 3 +++
src/core/Makefile.am | 3 +--
src/plugin-menu/Makefile.am | 2 +-
src/plugin-tracker/Makefile.am | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7c640dd..f9cbed2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-03-23 Pierre Wieser <pwieser trychlos org>
+ * src/core/Makefile.am:
+ No more give a version number to the core library.
+
Restore the target-location indicator.
* src/api/na-ifactory-object-data.h:
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 6a87ff9..0d606c9 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -101,10 +101,9 @@ libna_core_la_SOURCES = \
libna_core_la_LIBADD = \
$(NULL)
-VERSION_INFO = `echo @PACKAGE_VERSION@ | sed 's/\./:/g'`
libna_core_la_LDFLAGS = \
-no-undefined \
- -version-number $(VERSION_INFO) \
+ -avoid-version \
$(NULL)
pkgdata_DATA = \
diff --git a/src/plugin-menu/Makefile.am b/src/plugin-menu/Makefile.am
index caaa763..94df4ee 100644
--- a/src/plugin-menu/Makefile.am
+++ b/src/plugin-menu/Makefile.am
@@ -51,5 +51,5 @@ libnautilus_actions_la_LIBADD = \
libnautilus_actions_la_LDFLAGS = \
-module \
-no-undefined \
- -avoid-version \
+ -avoid-version \
$(NULL)
diff --git a/src/plugin-tracker/Makefile.am b/src/plugin-tracker/Makefile.am
index f121d48..098995c 100644
--- a/src/plugin-tracker/Makefile.am
+++ b/src/plugin-tracker/Makefile.am
@@ -60,7 +60,7 @@ libnautilus_actions_tracker_la_LIBADD = \
libnautilus_actions_tracker_la_LDFLAGS = \
-module \
-no-undefined \
- -avoid-version \
+ -avoid-version \
$(NULL)
EXTRA_DIST = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]