diff options
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" |