Skip to content

Commit

Permalink
BUILD: Add dependency on Boost.Atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Feb 4, 2014
1 parent 554418d commit 8a7c6b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILDDEP
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Build-time library dependencies
- Boost.Bind
- Boost.Uuid
- Boost.Smart_Ptr
- Boost.Atomic

- OpenGL (>= 2.1)
- SDL2 (>= 2.0.0)
Expand Down
3 changes: 2 additions & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ LIBSF_CXX = $(OGRE_CFLAGS) $(OGRE_DEFINE) $(OGREOVERLAY_CFLAGS) \

LIBSL_BOOST = $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) \
$(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS) \
$(BOOST_REGEX_LDFLAGS) $(BOOST_REGEX_LIBS)
$(BOOST_REGEX_LDFLAGS) $(BOOST_REGEX_LIBS) \
$(BOOST_ATOMIC_LDFLAGS) $(BOOST_ATOMIC_LIBS)
LIBSL = $(XOREOS_LIBS) $(ZLIB_LIBS) \
$(SDL2_LIBS) $(GL_LIBS) $(OGRE_LIBS) $(OGREOVERLAY_LIBS) \
$(FT2_LIBS) $(XVID_LIBS) \
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ BOOST_FUNCTION
BOOST_BIND
BOOST_UUID
BOOST_SMART_PTR
BOOST_ATOMIC

dnl Extra flags
case "$target" in
Expand Down

0 comments on commit 8a7c6b6

Please sign in to comment.