meson: remove old automake files

Testing:
- Docker unit test run was succeesful

Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com>
Change-Id: I0aff9aeeec8838bf4b97f224bce1f7469cbf831e
4 files changed
tree: 1225fcd9098ab6de1edbd129923005e8816a93b5
  1. gen/
  2. org/
  3. phosphor-logging/
  4. subprojects/
  5. .clang-format
  6. .gitignore
  7. checkstop_app.cpp
  8. LICENSE
  9. MAINTAINERS
  10. meson.build
  11. README.md
  12. watchdog_timeout.cpp
README.md

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.