diff options
author | Colin Walters <walters@verbum.org> | 2012-04-02 15:51:23 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-04-02 18:32:40 -0400 |
commit | d8173a5125a28507aa5df57c351d310ad11db8a9 (patch) | |
tree | dda39a21175814630e435d583ffb1d02a44f8b85 /Makefile-libostree.am | |
parent | a0b7d94cb63d36a5f4bc41540390edb16eb79e4a (diff) | |
download | ostree-d8173a5125a28507aa5df57c351d310ad11db8a9.tar.gz |
core: Move commit/dirtree traversal into library
So it can more easily be reused by other builtins.
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r-- | Makefile-libostree.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am index f2b688fa..99e85c29 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -31,6 +31,8 @@ libostree_la_SOURCES = src/libostree/ostree.h \ src/libostree/ostree-repo-file-enumerator.c \ src/libostree/ostree-repo-file-enumerator.h \ src/libostree/ostree-types.h \ + src/libostree/ostree-traverse.c \ + src/libostree/ostree-traverse.h \ $(NULL) if USE_LIBARCHIVE libostree_la_SOURCES += src/libostree/ostree-libarchive-input-stream.h \ |