diff options
author | Colin Walters <walters@verbum.org> | 2013-07-09 19:59:39 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-07-09 19:59:39 -0400 |
commit | 2aa0251b1b3dfc1bf06840c8e1fa35e59534c9e2 (patch) | |
tree | 4d842198a8546711e422d0929bb521a188b4e028 /Makefile-libostree.am | |
parent | cb6b69616c7e452599b9e49edf73fcd893fb887e (diff) | |
download | ostree-2aa0251b1b3dfc1bf06840c8e1fa35e59534c9e2.tar.gz |
libostree: Rename ostree-traverse.h into OstreeRepo namespace
This operates on the repo, it might as well be methods on it.
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r-- | Makefile-libostree.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am index 1ad3b634..3de3469b 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -34,6 +34,7 @@ libostree_la_SOURCES = src/libostree/ostree.h \ src/libostree/ostree-repo-checkout.c \ src/libostree/ostree-repo-libarchive.c \ src/libostree/ostree-repo-refs.c \ + src/libostree/ostree-repo-traverse.c \ src/libostree/ostree-repo.h \ src/libostree/ostree-repo-private.h \ src/libostree/ostree-repo-file.c \ @@ -41,8 +42,6 @@ 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 \ |