~ubuntu-branches/ubuntu/trusty/abyss/trusty-proposed

« back to all changes in this revision

Viewing changes to SimpleGraph/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2011-12-13 17:04:24 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20111213170424-5lenznlcdridsj81
Tags: 1.3.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
bin_PROGRAMS = SimpleGraph
2
2
 
3
3
SimpleGraph_CPPFLAGS = -pthread -I$(top_srcdir) \
4
 
        -I$(top_srcdir)/Common \
5
 
        -I$(top_srcdir)/Graph
 
4
        -I$(top_srcdir)/Common
6
5
 
7
6
SimpleGraph_CXXFLAGS = -Wno-strict-aliasing
8
7