From: glenlow Date: Wed, 13 Feb 2008 05:08:09 +0000 (+0000) Subject: Xcode project now depends only on make and not on make install; project executable... X-Git-Tag: LAST_LIBGRAPH~32^2~4727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=523a26dad7c492efe68023b6e56cd19783e08c54;p=graphviz Xcode project now depends only on make and not on make install; project executable now runs with .libs libraries and not /usr/local/lib libraries --- diff --git a/macosx/GVGraph.h b/macosx/GVGraph.h index 784bf97a6..8077113a5 100644 --- a/macosx/GVGraph.h +++ b/macosx/GVGraph.h @@ -16,7 +16,7 @@ #import -#include +#include "gvc.h" @class GVGraphArguments; @class GVGraphDefaultAttributes; diff --git a/macosx/GVGraphDefaultAttributes.h b/macosx/GVGraphDefaultAttributes.h index ef040d2cc..3e96cc187 100644 --- a/macosx/GVGraphDefaultAttributes.h +++ b/macosx/GVGraphDefaultAttributes.h @@ -16,8 +16,8 @@ #import -#include -#include +#include "types.h" +#include "graph.h" @class GVGraph;