* src/frontend/Makefile.am src/frontend/plotting/Makefile.am

src/frontend/plotting/plotcurv.c
	src/frontend/plotting/plotcurv.h
	src/frontend/plotcurv.c src/frontend/plotcurv.h: Moved
	plotting related files into plotting subdirectory.
This commit is contained in:
arno 2000-06-15 21:42:01 +00:00
parent 0951379198
commit bf66221efc
4 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,6 @@ libfte_a_SOURCES = \
outitf.h \
parse.c \
parse.h \
plotcurv.c \
plotcurv.h \
points.c \
points.h \
postcoms.c \

View File

@ -17,6 +17,8 @@ libplotting_a_SOURCES = \
pvec.h \
plot5.c \
plot5.h \
plotcurv.c \
plotcurv.h \
x11.c \
x11.h \
xgraph.c \