From 126f1a425776a5ce52fcb8f45d30cf40f09d93e2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 15 Apr 2004 03:14:56 +0000 Subject: Some added CVS files and fixes --- src/.cvsignore | 5 +++++ src/Makefile.am | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/.cvsignore create mode 100644 src/Makefile.am (limited to 'src') diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..8f6b4a3 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,5 @@ +Makefile +Makefile.in +scrounge-ntfs +*.o +.deps diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..be563f5 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGRAMS = scrounge-ntfs + +scrounge_ntfs_SOURCES = compat.c compat.h debug.h drive.h list.c locks.h main.c memref.h \ + misc.c ntfs.c ntfs.h ntfsx.h ntfsx.c posix.c scrounge.c scrounge.h \ + search.c unicode.c usuals.h + +scrounge_ntfs_CFLAGS = -I${top_srcdir} + +EXTRA_DIST = win32.c -- cgit v1.2.3