diff options
Diffstat (limited to 'paludis/repositories/e/Makefile.am')
-rw-r--r-- | paludis/repositories/e/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/paludis/repositories/e/Makefile.am b/paludis/repositories/e/Makefile.am index d644f8e30..8feaeadf5 100644 --- a/paludis/repositories/e/Makefile.am +++ b/paludis/repositories/e/Makefile.am @@ -22,6 +22,7 @@ endif noinst_HEADERS = \ a_finder.hh \ aa_visitor.hh \ + apply_annotations.hh \ can_skip_phase.hh \ check_fetched_files_visitor.hh \ check_userpriv.hh \ @@ -101,6 +102,7 @@ noinst_HEADERS = \ libpaludiserepository_la_SOURCES = \ a_finder.cc \ aa_visitor.cc \ + apply_annotations.cc \ can_skip_phase.cc \ check_fetched_files_visitor.cc \ check_userpriv.cc \ |