From: erg Date: Tue, 5 Apr 2005 22:06:01 +0000 (+0000) Subject: Fix old makefile to handle GVLIBDIR X-Git-Tag: LAST_LIBGRAPH~32^2~7733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=104e1da4c6ea928b87736068028f04d744b5e4e5;p=graphviz Fix old makefile to handle GVLIBDIR --- diff --git a/lib/gvc/Makefile.old b/lib/gvc/Makefile.old index 7a78afa34..480abcbab 100644 --- a/lib/gvc/Makefile.old +++ b/lib/gvc/Makefile.old @@ -11,7 +11,7 @@ INCS = -I. \ -I../common \ $(EXTLIB_INC) -DEFINES = -DHAVE_CONFIG_H +DEFINES = -DHAVE_CONFIG_H -DGVLIBDIR=$(LIBDIR) HDRS = gvc.h gvcint.h gvplugin_render.h \ gvplugin_layout.h gvplugin_text.h gvplugin.h