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

« back to all changes in this revision

Viewing changes to lib/dotgen/Makefile.am

  • 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:
1
 
# $Id: Makefile.am,v 1.5 2006/05/26 14:49:10 ellson Exp $ $Revision: 1.5 $
 
1
# $Id: Makefile.am,v 1.17 2009/06/03 01:10:52 ellson Exp $ $Revision: 1.17 $
2
2
## Process this file with automake to produce Makefile.in
3
3
 
 
4
if WITH_CGRAPH
 
5
GRAPH = cgraph
 
6
else
 
7
GRAPH = graph
 
8
endif
 
9
 
4
10
AM_CPPFLAGS = \
5
11
        -I$(top_srcdir) \
6
12
        -I$(top_srcdir)/lib/common \
7
13
        -I$(top_srcdir)/lib/gvc \
8
 
        -I$(top_srcdir)/lib/graph \
 
14
        -I$(top_srcdir)/lib/ortho \
 
15
        -I$(top_srcdir)/lib/$(GRAPH) \
9
16
        -I$(top_srcdir)/lib/cdt \
10
17
        -I$(top_srcdir)/lib/pathplan
11
18
 
12
 
noinst_HEADERS = dot.h dotprocs.h
 
19
noinst_HEADERS = dot.h dotprocs.h aspect.h
13
20
noinst_LTLIBRARIES = libdotgen_C.la
14
21
 
15
22
libdotgen_C_la_LDFLAGS = -no-undefined
16
23
libdotgen_C_la_SOURCES = acyclic.c class1.c class2.c cluster.c compound.c \
17
24
        conc.c decomp.c fastgr.c flat.c dotinit.c mincross.c \
18
 
        position.c rank.c sameport.c dotsplines.c
 
25
        position.c rank.c sameport.c dotsplines.c aspect.c
19
26
 
20
 
EXTRA_DIST = Makefile.old
 
27
EXTRA_DIST = Makefile.old gvdotgen.vcproj