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

« back to all changes in this revision

Viewing changes to plugin/gdiplus/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.10 2008/05/21 20:37:40 ellson Exp $ $Revision: 1.10 $
 
1
# $Id: Makefile.am,v 1.15 2009/06/03 01:10:56 ellson Exp $ $Revision: 1.15 $
2
2
## Process this file with automake to produce Makefile.in
3
3
 
4
4
AM_CPPFLAGS = \
26
26
nodist_libgvplugin_gdiplus_C_la_SOURCES = GdiPlus*.h
27
27
libgvplugin_gdiplus_C_la_SOURCES = \
28
28
        FileStream.cpp \
 
29
        gvdevice_gdiplus.cpp \
29
30
        gvloadimage_gdiplus.cpp \
30
31
        gvplugin_gdiplus.cpp \
31
 
        gvrender_gdiplus.cpp
 
32
        gvrender_gdiplus.cpp \
 
33
        gvtextlayout_gdiplus.cpp
32
34
 
33
35
# libtool doesn't want to run with actual Windows import libs, so we force GdiPlus.lib through to the linker
34
36
libgvplugin_gdiplus_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@ -Wl,"$(PLATFORMSDKLIB)\GdiPlus.lib"
46
48
 
47
49
# object code is dependent on all the local GDI+ headers
48
50
 
 
51
gvdevice_gdiplus.lo : $(GDIPLUS_HEADS)
 
52
 
49
53
gvloadimage_gdiplus.lo : $(GDIPLUS_HEADS)
50
54
 
51
55
gvrender_gdiplus.lo : $(GDIPLUS_HEADS)
61
65
        else cp "$(PLATFORMSDKINCLUDE)\$*.h" $*.h; \
62
66
        fi
63
67
        
64
 
EXTRA_DIST = $(PATCHES)
 
68
EXTRA_DIST = $(PATCHES) gvplugin_gdiplus.vcproj gvplugin_gdiplus.def