Change c->cpp.

It is required as we would be using c++ containers.

Change-Id: Ifefc468ac7b2e94d1b9948a6aeb7f8d42d8e6555
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
2 files changed
tree: 0f7ca5cc9ee5e9abc0a656b1f62342161cc49861
  1. scripts/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. fru-area.hpp
  8. frup.cpp
  9. frup.h
  10. LICENSE
  11. Makefile.am
  12. readeeprom.cpp
  13. README.md
  14. strgfnhandler.cpp
  15. writefrudata.cpp
  16. writefrudata.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`.