Browse Source

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


			
			
				pre-master-46
			
			
		
arno 26 years ago
parent
commit
bf66221efc
  1. 2
      src/frontend/Makefile.am
  2. 2
      src/frontend/plotting/Makefile.am
  3. 0
      src/frontend/plotting/plotcurv.c
  4. 0
      src/frontend/plotting/plotcurv.h

2
src/frontend/Makefile.am

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

2
src/frontend/plotting/Makefile.am

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

0
src/frontend/plotcurv.c → src/frontend/plotting/plotcurv.c

0
src/frontend/plotcurv.h → src/frontend/plotting/plotcurv.h

Loading…
Cancel
Save