summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-08-28 17:18:33 +0200
committerYorhel <git@yorhel.nl>2012-08-28 17:22:33 +0200
commit59a9c6b8772c9674e876ee751ad1bd4197c6498c (patch)
tree7d6ba1bd3a6ede40f9c43c4ba8151ad80a83fb19 /Makefile.am
parentf4fa1f299c25ad76b93e24dea9308e05f6a0c75a (diff)
Added -o option to export dir structure to a JSON-encoded file
!WARNING! The export option is experimental, and the file format is not final. I make no promise that a future version of ncdu will be able to read the current format. There's also quite a few TODO's left.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ae67a3..870f73f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,7 @@ ncdu_SOURCES=\
src/delete.c\
src/dirlist.c\
src/dir_common.c\
+ src/dir_export.c\
src/dir_mem.c\
src/dir_scan.c\
src/exclude.c\