]> git.sesse.net Git - movit/blobdiff - Makefile.in
Release Movit 1.0.1.
[movit] / Makefile.in
index 76929cdb1f0ca12a297b1c2a658239902c3e37bf..c0490d13475c06f565cb2ef0254a974305427ef9 100644 (file)
@@ -6,8 +6,8 @@ GTEST_DIR ?= /usr/src/gtest
 # strive towards having a rock-stable ABI, but at least the soversion will increase
 # whenever it breaks, so that you will not have silent failures, and distribution package
 # management can run its course.
-movit_ltversion = 1:0:0
-movit_version = 1.0
+movit_ltversion = 1:1:0
+movit_version = 1.0.1
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
@@ -112,7 +112,7 @@ demo: libmovit.la $(DEMO_OBJS)
 
 # The library itself.
 libmovit.la: $(LIB_OBJS:.o=.lo)
-       $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -version-info $(movit_ltversion) -o $@ $^ $(LDLIBS)
+       $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -rpath $(libdir) -version-info $(movit_ltversion) -o $@ $^ $(LDLIBS)
 
 %.lo: %.cpp
        $(LIBTOOL) --mode=compile $(CXX) -MMD -MP $(CPPFLAGS) $(CXXFLAGS) -o $@ -c $<