Changeset 90e540 for src/Makefile.am
- Timestamp:
- Jul 20, 2017, 9:38:39 AM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- ccbdf4
- Parents:
- 6d7c73
- git-author:
- Frederik Heber <frederik.heber@…> (07/18/17 22:24:12)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/20/17 09:38:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r6d7c73 r90e540 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.