Changeset 6309fd for src/Patterns


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/Patterns/Makefile.am

    r0ab195 r6309fd  
    33
    44
    5 INCLUDES = -I$(top_srcdir)/src/
    6 
    75AM_LDFLAGS = -ldl
    8 AM_CPPFLAGS = ${BOOST_CPPFLAGS}
     6AM_CPPFLAGS = -I$(top_srcdir)/src/ ${BOOST_CPPFLAGS}
    97
    108PATTERNSOURCE =
Note: See TracChangeset for help on using the changeset viewer.