summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add example desktop fileHEADmasterDavid King2015-05-071-0/+3
| | | | | Add an example desktop file, and install it into /usr/share/applications.
* Add skeleton build systemDavid King2015-05-071-0/+5
Run "autoreconf --force --install" to create the build system, then run "./configure" to check for necessary dependencies, such as make. Finally, run "make install" to install (into the default prefix). Examine the output from "./configure --help" to learn how to change the prefix and other installation settings.