diff options
author | Colin Walters <walters@verbum.org> | 2013-07-09 19:49:00 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-07-09 19:49:00 -0400 |
commit | cb6b69616c7e452599b9e49edf73fcd893fb887e (patch) | |
tree | be2cc85c3c55078f608cd64919988b8c120f8285 /Makefile-libostree.am | |
parent | 3b6a94d272f58c1162b6e92394de35b12bda1536 (diff) | |
download | ostree-cb6b69616c7e452599b9e49edf73fcd893fb887e.tar.gz |
libostree: Split off -refs.c
Continuing to break up ostree-repo.c.
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r-- | Makefile-libostree.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am index cbe3bb9e..1ad3b634 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -33,6 +33,7 @@ libostree_la_SOURCES = src/libostree/ostree.h \ src/libostree/ostree-repo.c \ src/libostree/ostree-repo-checkout.c \ src/libostree/ostree-repo-libarchive.c \ + src/libostree/ostree-repo-refs.c \ src/libostree/ostree-repo.h \ src/libostree/ostree-repo-private.h \ src/libostree/ostree-repo-file.c \ |