]> granicus.if.org Git - graphviz/commitdiff
fix for 0002179 - automake 1.11.2 incompatibility
authorJohn Ellson <ellson@research.att.com>
Mon, 2 Jan 2012 14:56:13 +0000 (09:56 -0500)
committerJohn Ellson <ellson@research.att.com>
Mon, 2 Jan 2012 14:56:13 +0000 (09:56 -0500)
plugin/ming/Makefile.am
tclpkg/gv/Makefile.am

index 17e2cde72dfba91e40824d0455a2b354c4860e82..ce9212ef3045f5b13c633208685ac4ad7e7bfa22 100644 (file)
@@ -1,6 +1,8 @@
 # $Id$ $Revision$
 ## Process this file with automake to produce Makefile.in
 
+pkgfontdir = ${pkgdatadir}/font
+
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/lib/common \
@@ -17,7 +19,7 @@ lib_LTLIBRARIES = libgvplugin_ming.la
 else
 pkglib_LTLIBRARIES = libgvplugin_ming.la
 endif
-pkglib_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
+pkgfont_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
 endif
 
 libgvplugin_ming_C_la_SOURCES = \
index f724588294d3a88b9bb860fc0848f445343dd776..b7f3b08c3d990ff66982d30f1be140696fb6c167 100644 (file)
@@ -258,7 +258,7 @@ libgv_tcl_la_CPPFLAGS = $(BASECPPFLAGS) $(TCL_INCLUDES)
 gv_tcl.cpp: gv.i
        $(SWIG) -c++ -tcl -namespace -o gv_tcl.cpp $(srcdir)/gv.i
 
-pkginclude_DATA = gv.i gv.cpp
+pkginclude_HEADERS = gv.i gv.cpp
 pkglib_LTLIBRARIES = 
 man_MANS =
 pdf_DATA =