Ignore:
Timestamp:
Jun 14, 2012, 11:31:50 AM (12 years ago)
Author:
Michael Tänzer
Message:

pingpong: add missing linker dependency on boost-system and fix nested comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/Makefile.am

    r2410 r10570  
    2626# linker flags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2727
    28 AM_LDFLAGS      = -L../../source/ariba -lariba
     28AM_LDFLAGS      = -L../../source/ariba -lariba $(BOOST_SYSTEM_LDFLAGS)
     29LIBS           += $(BOOST_SYSTEM_LIBS)
    2930
    3031if PROFILING
Note: See TracChangeset for help on using the changeset viewer.