diff options
Diffstat (limited to 'Build/source/libs/graphite-engine/graphite-engine.ac')
-rw-r--r-- | Build/source/libs/graphite-engine/graphite-engine.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/libs/graphite-engine/graphite-engine.ac b/Build/source/libs/graphite-engine/graphite-engine.ac deleted file mode 100644 index dddbe63cb82..00000000000 --- a/Build/source/libs/graphite-engine/graphite-engine.ac +++ /dev/null @@ -1,13 +0,0 @@ -if test "$needs_graphite" = no; then - GRAPHITECPPFLAGS= - LDGRAPHITE= - GRAPHITEDEP= -else - GRAPHITECPPFLAGS='-I$(GRAPHITESRCDIR)/include' - LDGRAPHITE='$(GRAPHITEDIR)/src/.libs/libgraphite.a' - GRAPHITEDEP='$(GRAPHITEDIR)/src/.libs/libgraphite.a' -fi - -AC_SUBST(GRAPHITECPPFLAGS) -AC_SUBST(LDGRAPHITE) -AC_SUBST(GRAPHITEDEP) |