diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2013-01-28 15:27:27 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-01-28 15:27:38 -0500 |
commit | dd7ef2e17d1ea24c9c59a6e4f4fd523cce41d75b (patch) | |
tree | 0793c18dd203ee160dfeafb23352bc787beedf48 | |
parent | 66d55ab3c3332190fa7991af4447ef10e80c12bd (diff) |
Match libtool version info in 1.0 branch
Master should always as old or older than the stable branch. I didn't
copy over the libtool version bump when we bumped it in the 1.0 branch.
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f93954e..e1d04ea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,7 @@ libwayland_server_la_SOURCES = \ event-loop.c libwayland_client_la_LIBADD = $(FFI_LIBS) libwayland-util.la -lrt -lm +libwayland_client_la_LDFLAGS = -version-info 1:0:1 libwayland_client_la_SOURCES = \ wayland-protocol.c \ wayland-client.c |