Skip to content

Commit

Permalink
Tidy up Makefiles for clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
pemsley committed Apr 2, 2021
1 parent 041452d commit 2e35451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coot-utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ libcoot_coord_utils_la_LIBADD = \
$(top_builddir)/utils/libcoot-utils.la \
$(top_builddir)/mini-mol/libcoot-mini-mol.la \
$(CLIPPER_LIBS) $(MMDB_LIBS) \
$(GSL_LIBS) $(RDKIT_LIBS) $(BOOST_LDFLAGS) $(L_BOOST_PYTHON) $(PYTHON_LIBS)
$(GSL_LIBS) $(RDKIT_LIBS) $(BOOST_LDFLAGS) $(L_BOOST_PYTHON) $(PYTHON_LIBS) -lpthread

libcoot_coord_utils_la_LDFLAGS = $(SHARED_LDFLAGS)

Expand Down
1 change: 1 addition & 0 deletions lidia-core/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ libcoot_lidia_core_la_SOURCES = lbg-shared.cc lbg-molfile.cc lig-build.cc \
libcoot_lidia_core_la_LIBADD = \
$(top_builddir)/geometry/libcoot-geometry.la \
$(top_builddir)/utils/libcoot-utils.la \
$(top_builddir)/mini-mol/libcoot-mini-mol.la \
$(CLIPPER_LIBS) \
$(RDKIT_LIBS) \
-lRDKitmaeparser \
Expand Down

0 comments on commit 2e35451

Please sign in to comment.