From dc52c60ef8ee8031c83fa75adf2f8bf0df3d26ac Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 30 Jul 2009 16:55:19 +0000 Subject: [PATCH] override pkglibdir so that its based on "graphviz" and not on this package's name --- plugin.demo/xgtk/configure.ac | 2 +- plugin.demo/xgtk/src/Makefile.am | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/plugin.demo/xgtk/configure.ac b/plugin.demo/xgtk/configure.ac index f55ccbb30..9a53f7e27 100644 --- a/plugin.demo/xgtk/configure.ac +++ b/plugin.demo/xgtk/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([graphviz], [0.1], [ellson@research.att.com]) +AC_INIT([gtk-plugin], [0.1], [ellson@research.att.com]) AC_CONFIG_SRCDIR([src/gvplugin_gtk.c]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config.h]) diff --git a/plugin.demo/xgtk/src/Makefile.am b/plugin.demo/xgtk/src/Makefile.am index 42869a0a6..671451206 100644 --- a/plugin.demo/xgtk/src/Makefile.am +++ b/plugin.demo/xgtk/src/Makefile.am @@ -4,6 +4,9 @@ ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = $(GVC_CFLAGS) $(GTK_CFLAGS) +#override pkglibdir +pkglibdir = $(libdir)/graphviz + noinst_HEADERS = support.h interface.h callbacks.h noinst_LTLIBRARIES = libgvplugin_gtk_C.la pkglib_LTLIBRARIES = libgvplugin_gtk.la -- 2.40.0