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

« back to all changes in this revision

Viewing changes to AdjList/Makefile.in

  • 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:
161
161
top_srcdir = @top_srcdir@
162
162
AdjList_CPPFLAGS = -I$(top_srcdir) \
163
163
        -I$(top_srcdir)/Common \
164
 
        -I$(top_srcdir)/DataLayer \
165
 
        -I$(top_srcdir)/Graph
 
164
        -I$(top_srcdir)/DataLayer
166
165
 
167
166
AdjList_LDADD = \
168
167
        $(top_builddir)/Graph/libgraph.a \