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.
This commit is contained in:
Kristian Høgsberg 2013-01-28 15:27:27 -05:00
parent 66d55ab3c3
commit dd7ef2e17d

View File

@ -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