* 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:
parent
0951379198
commit
bf66221efc
|
|
@ -79,8 +79,6 @@ libfte_a_SOURCES = \
|
|||
outitf.h \
|
||||
parse.c \
|
||||
parse.h \
|
||||
plotcurv.c \
|
||||
plotcurv.h \
|
||||
points.c \
|
||||
points.h \
|
||||
postcoms.c \
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ libplotting_a_SOURCES = \
|
|||
pvec.h \
|
||||
plot5.c \
|
||||
plot5.h \
|
||||
plotcurv.c \
|
||||
plotcurv.h \
|
||||
x11.c \
|
||||
x11.h \
|
||||
xgraph.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue