Changeset 6309fd for src/Helpers


Ignore:
Timestamp:
Aug 17, 2014, 4:07:55 PM (11 years ago)
Author:
Frederik Heber <heber@…>
Children:
ec61ec
Parents:
0ab195
Message:

Fixes for Ubuntu 14.04.

  • subdir-objects required for automake.
  • in Makefile.am's INCLUDES is deprecated (for AM_CPPFLAGS).
  • updated boost.m4 (serial 22) required due to boost thread depending on boost system library. (Re-)Added checks for EXCEPTION and ITERATOR.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Helpers/Makefile.am

    r0ab195 r6309fd  
    22# Also indentation by a single tab
    33
    4 INCLUDES = -I$(top_srcdir)/src/
    5 
    64AM_LDFLAGS = -ldl
    7 AM_CPPFLAGS = $(BOOST_CPPFLAGS)
     5AM_CPPFLAGS = -I$(top_srcdir)/src/ $(BOOST_CPPFLAGS)
    86
    97HELPERSOURCE = \
Note: See TracChangeset for help on using the changeset viewer.