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