diff options
author | crunchy <crunchy> | 2003-04-23 09:06:31 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2003-04-23 09:06:31 +0000 |
commit | d51007358600010933f05109c9e203e87ea06c47 (patch) | |
tree | fca85ba7fd342c064ff67fcc55e2855a22baef89 /libmpio | |
parent | 8b76d65b5580de1491abac3300a2bf6da8222646 (diff) | |
download | mpiosh-d51007358600010933f05109c9e203e87ea06c47.tar.gz mpiosh-d51007358600010933f05109c9e203e87ea06c47.tar.bz2 mpiosh-d51007358600010933f05109c9e203e87ea06c47.zip |
restructuring part 4
Diffstat (limited to 'libmpio')
-rw-r--r-- | libmpio/Makefile.am | 2 | ||||
-rw-r--r-- | libmpio/src/debug.c (renamed from libmpio/debug.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libmpio/Makefile.am b/libmpio/Makefile.am index 2adfa19..0f33f3a 100644 --- a/libmpio/Makefile.am +++ b/libmpio/Makefile.am @@ -23,8 +23,8 @@ pkginclude_HEADERS= \ defs.h noinst_HEADERS= \ + debug.h \ src/io.h \ - src/debug.h \ src/smartmedia.h \ src/directory.h \ src/fat.h \ diff --git a/libmpio/debug.c b/libmpio/src/debug.c index f4eed65..a1d7240 100644 --- a/libmpio/debug.c +++ b/libmpio/src/debug.c @@ -4,7 +4,7 @@ * Authors: Dirk Meyer <dmeyer@tzi.de> * Andreas Büsching <crunchy@tzi.de> * - * $Id: debug.c,v 1.5 2003/04/23 09:03:37 crunchy Exp $ + * $Id: debug.c,v 1.3 2003/04/23 09:06:33 crunchy Exp $ */ #include "debug.h" |