include.am 588 B

12345678910111213141516171819202122
  1. # vim:ft=automake
  2. # DataDifferential Utility Library
  3. # Copyright (C) 2011-2013 Data Differential
  4. # All rights reserved.
  5. #
  6. # Use and distribution licensed under the BSD license. See
  7. # the COPYING file in the parent directory for full text.
  8. #
  9. # Included from Top Level Makefile.am
  10. # All paths should be given relative to the root
  11. noinst_HEADERS+= util/memory.h
  12. noinst_HEADERS+= util/noncopyable.hpp
  13. noinst_HEADERS+= \
  14. util/daemon.hpp \
  15. util/instance.hpp \
  16. util/logfile.hpp \
  17. util/log.hpp \
  18. util/operation.hpp \
  19. util/signal.hpp \
  20. util/string.hpp \
  21. util/pidfile.hpp