summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-15 03:14:56 +0000
committerStef Walter <stef@thewalter.net>2004-04-15 03:14:56 +0000
commit126f1a425776a5ce52fcb8f45d30cf40f09d93e2 (patch)
tree3fdfb5d79b2dfe478e6ea734db3d0ef9311f3b9e /src
parent7a80b56ff1da9ea7ff0b7817213f5c9d09644a65 (diff)
Some added CVS files and fixes
Diffstat (limited to 'src')
-rw-r--r--src/.cvsignore5
-rw-r--r--src/Makefile.am9
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