~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to lib/dotgen/Makefile.old

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
INCS =  -I. -I$(ROOT) \
7
7
        -I../common \
8
8
        -I../gvc \
 
9
        -I../ortho \
9
10
        -I../pathplan \
10
11
        -I../graph \
11
12
        -I../cdt \
15
16
 
16
17
OBJS = acyclic.o compound.o flat.o sameport.o class1.o conc.o \
17
18
       position.o dotsplines.o class2.o decomp.o dotinit.o rank.o \
18
 
       cluster.o fastgr.o mincross.o 
 
19
       cluster.o fastgr.o mincross.o aspect.o
19
20
 
20
21
HFILES = dot.h dotprocs.h
21
22