Description: Add some dependencies to the linker command  
Author: Andreas Tille <tille@debian.org>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Forwarded: no
Last-Update: 2015-08-17

--- libmems-1.6.0+4725.orig/libMems/Makefile.am
+++ libmems-1.6.0+4725/libMems/Makefile.am
@@ -61,7 +61,7 @@ libmems_include_HEADERS = $(LIBMEMS_H)
 # build libraries with gcc (no suffix)
 lib_LTLIBRARIES = libMems-1.6.la
 libMems_1_6_la_SOURCES = $(LIBMEMS_SRC) $(HOMOLOGYHMM_SRC) $(DMSML_SRC)
-
+libMems_1_6_la_LIBADD = @DEPS_LIBS@ @BOOST_FILESYSTEM_LIBS@ @BOOST_IOSTREAMS_LIBS@  @BOOST_SYSTEM_LIBS@
 libMems_1_6_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION)  
 
 homologyhmm_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)-$(GENERIC_API_VERSION)/$(GENERIC_LIBRARY_NAME)/HomologyHMM
