File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2009-08-17 Daniel Elstner <danielk@openismus.com>
2
+
3
+ Set libtool version information
4
+
5
+ * sigc++/Makefile.am (libsigc_2_0_la_LDFLAGS): Add libtool option
6
+ -version-info 0:0:0 to specify the version information explicitly.
7
+
1
8
2009-08-16 Daniel Elstner <daniel.kitta@gmail.com>
2
9
3
10
Remove unused parameter names for correctness
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ libsigc_2_0_la_SOURCES = \
40
40
41
41
EXTRA_libsigc_2_0_la_SOURCES = $(sigc_built_cc )
42
42
43
- libsigc_2_0_la_LDFLAGS = -no-undefined
43
+ # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
44
+ libsigc_2_0_la_LDFLAGS = -no-undefined -version-info 0:0:0
44
45
45
46
AM_CPPFLAGS = -I$(top_builddir ) -I$(top_srcdir )
46
47
AM_CXXFLAGS = $(SIGC_WXXFLAGS )
You can’t perform that action at this time.
0 commit comments