diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/.cvsignore | 5 | ||||
-rw-r--r-- | src/Makefile.am | 9 |
2 files changed, 14 insertions, 0 deletions
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 |