Changeset f433ec for src/Makefile.am
- Timestamp:
- Apr 10, 2018, 6:43:30 AM (7 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 07d4b1
- Parents:
- 7b4e67
- git-author:
- Frederik Heber <frederik.heber@…> (07/18/17 22:24:12)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/10/18 06:43:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r7b4e67 rf433ec 18 18 # then comes the library itself 19 19 20 AM_LDFLAGS = -ldl ${BOOST_LDFLAGS} ${CodePatterns_LDFLAGS} ${JobMarket_LDFLAGS} 20 AM_LDFLAGS = -ldl ${BOOST_LDFLAGS} ${CodePatterns_LDFLAGS} ${JobMarket_LDFLAGS} $(LEVMAR_LDFLAGS) 21 21 AM_CPPFLAGS = \ 22 22 -I$(top_srcdir)/src/unittests \ … … 24 24 -I$(top_srcdir)/src/UIElements \ 25 25 -I$(top_srcdir)/ThirdParty/LinearAlgebra/src \ 26 $(LEVMAR_CPPFLAGS) \ 26 27 ${BOOST_CPPFLAGS} \ 27 28 ${CodePatterns_CFLAGS}
Note:
See TracChangeset
for help on using the changeset viewer.