aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view3D/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/view3D/Makefile.in
parent979a845d4011bce84cd83968f78c534437d0566f (diff)
downloadopen-axiom-6e38720187fc1ec374e19e03c248a74141b9ac2b.tar.gz
Clean up global variable names.
Diffstat (limited to 'src/graph/view3D/Makefile.in')
-rw-r--r--src/graph/view3D/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/view3D/Makefile.in b/src/graph/view3D/Makefile.in
index 73a499a6..ad1d1030 100644
--- a/src/graph/view3D/Makefile.in
+++ b/src/graph/view3D/Makefile.in
@@ -63,12 +63,12 @@ view3D_DEPENDENCIES = $(Gfun_objects)
subdir = src/graph/view3D/
AXIOM_CFLAGS = ${CXXFLAGS} ${AXIOM_X11_CFLAGS} -I${LINC} -I${GINC} -I${IN} \
- $(axiom_includes)
+ $(oa_includes)
HEADERS = ${IN}/header.h ${IN}/globals.h \
${LINC}/component.h ${LINC}/view3D.h ${LINC}/tube.h \
${LINC}/actions.h ${LINC}/viewCommand.h \
- ${GINC}/view.h ${LINC}/G.h $(axiom_c_macros.h)
+ ${GINC}/view.h ${LINC}/G.h $(oa_c_macros.h)
.PHONY: all all-ax all-view3D
all: all-ax