Changeset 0daef6
- Timestamp:
- Oct 23, 2022, 9:08:55 AM (3 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 1c0b0b
- Parents:
- 30def8
- git-author:
- Frederik Heber <frederik.heber@…> (12/05/21 00:16:16)
- git-committer:
- Frederik Heber <frederik.heber@…> (10/23/22 09:08:55)
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
src/UIElements/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r30def8 r0daef6 248 248 BOOST_BIND 249 249 BOOST_CAST 250 BOOST_CHRONO 250 251 BOOST_CONVERSION 251 252 BOOST_EXCEPTION -
src/UIElements/Makefile.am
r30def8 r0daef6 271 271 libMolecuilderUI_la_LDFLAGS = \ 272 272 $(AM_LDFLAGS) \ 273 $(BOOST_CHRONO_LDFLAGS) \ 273 274 $(BOOST_FILESYSTEM_LDFLAGS) \ 274 275 $(BOOST_PROGRAM_OPTIONS_LDFLAGS) \ … … 331 332 $(BOOST_PROGRAM_OPTIONS_LIBS) \ 332 333 $(BOOST_FILESYSTEM_LIBS) \ 334 $(BOOST_CHRONO_LIBS) \ 333 335 $(BOOST_SYSTEM_LIBS) \ 334 336 $(BOOST_THREAD_LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.
