From 09513791986157e710a2707d517f81e90a3f1570 Mon Sep 17 00:00:00 2001 From: arno Date: Thu, 15 Jun 2000 21:37:33 +0000 Subject: [PATCH] * src/frontend/Makefile.am src/frontend/plotting/Makefile.am src/frontend/plotting/graphdb.c src/frontend/plotting/graphdb.h src/frontend/graphdb.c src/frontend/graphdb.h: Moved plotting related files into plotting directory. --- ChangeLog | 8 ++++++++ src/frontend/Makefile.am | 2 -- src/frontend/plotting/Makefile.am | 2 ++ src/frontend/{ => plotting}/graphdb.c | 0 src/frontend/{ => plotting}/graphdb.h | 0 5 files changed, 10 insertions(+), 2 deletions(-) rename src/frontend/{ => plotting}/graphdb.c (100%) rename src/frontend/{ => plotting}/graphdb.h (100%) diff --git a/ChangeLog b/ChangeLog index 9c15d54a7..f2fe42b27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-06-15 Arno W. Peters + + * src/frontend/graphdb.c, src/frontend/graphdb.c, + src/frontend/Makefile.am, src/frontend/plotting/graphdb.c, + src/frontend/plotting/graphdb.c, + src/frontend/plotting/Makefile.am: Moved plotting specific files + into plotting directory. + 2000-06-05 Arno W. Peters * tests/*: Added a little hierarchy to the tests. Removed diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index 07d4b3cdb..e0d5af211 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -53,8 +53,6 @@ libfte_a_SOURCES = \ fourier.h \ gens.c \ gens.h \ - graphdb.c \ - graphdb.h \ inp.c \ inp.h \ inpcom.c \ diff --git a/src/frontend/plotting/Makefile.am b/src/frontend/plotting/Makefile.am index a0e5bd3e2..a048266b0 100644 --- a/src/frontend/plotting/Makefile.am +++ b/src/frontend/plotting/Makefile.am @@ -9,6 +9,8 @@ libplotting_a_SOURCES = \ clip.h \ graf.c \ graf.h \ + graphdb.c \ + graphdb.h \ grid.c \ grid.h \ pvec.c \ diff --git a/src/frontend/graphdb.c b/src/frontend/plotting/graphdb.c similarity index 100% rename from src/frontend/graphdb.c rename to src/frontend/plotting/graphdb.c diff --git a/src/frontend/graphdb.h b/src/frontend/plotting/graphdb.h similarity index 100% rename from src/frontend/graphdb.h rename to src/frontend/plotting/graphdb.h