aboutsummaryrefslogtreecommitdiff
path: root/src/graph/Gdraws/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-10 15:55:48 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-10 15:55:48 +0000
commit6e38720187fc1ec374e19e03c248a74141b9ac2b (patch)
treed9aa25573ca1eece2126abd31820528b86d8d1c7 /src/graph/Gdraws/Makefile.in
parent979a845d4011bce84cd83968f78c534437d0566f (diff)
downloadopen-axiom-6e38720187fc1ec374e19e03c248a74141b9ac2b.tar.gz
Clean up global variable names.
Diffstat (limited to 'src/graph/Gdraws/Makefile.in')
-rw-r--r--src/graph/Gdraws/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/Gdraws/Makefile.in b/src/graph/Gdraws/Makefile.in
index 82a03c31..0d872c30 100644
--- a/src/graph/Gdraws/Makefile.in
+++ b/src/graph/Gdraws/Makefile.in
@@ -56,7 +56,7 @@ DOTH= $(oa_src_srcdir)/graph/viewman
DOTC= $(oa_src_srcdir)/lib
AXIOM_CFLAGS = ${CXXFLAGS)} -I${LINC} -I${GINC} -I$(srcdir) -I${HINC} \
- $(axiom_includes) ${AXIOM_X11_CFLAGS}
+ $(oa_includes) ${AXIOM_X11_CFLAGS}
subdir = src/graph/Gdraws/
@@ -64,7 +64,7 @@ subdir = src/graph/Gdraws/
pamphlets = psFiles.pamphlet
HEADERS = ${IN}/Gdraws0.h ${LINC}/G.h ${LINC}/Gfun.H1 \
- ${GINC}/hash.h $(axiom_c_macros_h)
+ ${GINC}/hash.h $(oa_c_macros_h)
PSFiles= ${PS}/colorpoly.ps ${PS}/colorwol.ps ${PS}/draw.ps \
${PS}/drawIstr.ps ${PS}/drawarc.ps ${PS}/drawcolor.ps \