Call processImage from inotify

Change-Id: I0b748f93f8e34552cef67616317c28660284ac99
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
4 files changed
tree: 8b2ef98e4b652b455ef99ef03845b15c14e56066
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. download_manager.cpp
  5. download_manager.hpp
  6. download_manager_main.cpp
  7. image_manager.cpp
  8. image_manager.hpp
  9. image_manager_main.cpp
  10. LICENSE
  11. Makefile.am
  12. README.md
  13. version.cpp
  14. version.hpp
  15. version_software_manager.cpp
  16. version_software_manager.hpp
  17. watch.cpp
  18. watch.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.