Make t4k_common library buildable from tarball with cmake
completed by: Johndhel Maceda
mentors: David Bruce
The common code in tuxmath and tuxtype is being made into a common library, t4k_common. We have developed t4k_common so as to build correctly with either GNU autotools or with CMake, and both work fine from a git checkout. However, the tarball created by "make dist" does not include all of the cmake control files needed to build with cmake.
For this task, modify the Makefile.am files so that "cmake; make; sudo make install" succeeds when run from an unpacked t4k_common tarball. You will need some basic understanding of both automake and cmake to do this task.
Note that a very similar task was completed for tuxmath recently.