Skip to content

Commit

Permalink
Remove old versions of libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent ce2ad8f commit b72aff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lmdb/Makefile.in
Expand Up @@ -84,6 +84,7 @@ install-includes:

libtool-install: all
$(MKDIR) $(DESTDIR)$(libdir)
$(RMF) $(DESTDIR)$(libdir)/libbareoslmdb-*.so $(DESTDIR)$(libdir)/libbareoslmdb.la
$(LIBTOOL_INSTALL_FINISH) $(INSTALL_LIB) libbareoslmdb.la $(DESTDIR)$(libdir)

install: @LIBTOOL_INSTALL_TARGET@ @INCLUDE_INSTALL_TARGET@
Expand Down
1 change: 1 addition & 0 deletions src/ndmp/Makefile.in
Expand Up @@ -130,6 +130,7 @@ install-includes:

libtool-install: all
$(MKDIR) $(DESTDIR)$(libdir)
$(RMF) $(DESTDIR)$(libdir)/libbareosndmp-*.so $(DESTDIR)$(libdir)/libbareosndmp.la
$(LIBTOOL_INSTALL_FINISH) $(INSTALL_LIB) libbareosndmp.la $(DESTDIR)$(libdir)

install: @LIBTOOL_INSTALL_TARGET@ @INCLUDE_INSTALL_TARGET@
Expand Down

0 comments on commit b72aff3

Please sign in to comment.