diff options
Diffstat (limited to 'src/graph/viewAlone')
-rw-r--r-- | src/graph/viewAlone/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/viewAlone/Makefile.in b/src/graph/viewAlone/Makefile.in index fae61ed0..c3ee87fb 100644 --- a/src/graph/viewAlone/Makefile.in +++ b/src/graph/viewAlone/Makefile.in @@ -50,7 +50,7 @@ viewAlone_DEPENDENCIES = subdir = src/graph/viewAlone/ AXIOM_CFLAGS = ${CXXFLAGS} ${AXIOM_X11_CFLAGS} -I$(srcdir) -I${LINC} -I${GINC} \ - $(axiom_includes) + $(oa_includes) HEADERS= $(srcdir)/viewAlone.h ${LINC}/component.h ${LINC}/view2D.h \ ${LINC}/view3D.h ${LINC}/tube.h ${LINC}/actions.h \ @@ -74,7 +74,7 @@ $(oa_target_bindir)/viewAlone$(EXEEXT): $(viewAlone_objects) \ %.lo: $(HEADERS) -%.lo: %.c $(axiom_c_macros_h) +%.lo: %.c $(oa_c_macros_h) $(CXXCOMPILE) -o $@ $(CFLAGS) $(AXIOM_CFLAGS) $< mostlyclean-local: |