mtytel / cursynth

GNU ncurses terminal synthesizer
http://gnu.org/software/cursynth
GNU General Public License v3.0
446 stars 64 forks source link

Fix Makefile.am to support out-of-tree builds. #19

Closed darrengarvey closed 9 years ago

darrengarvey commented 9 years ago

When building out of tree, all paths referenced in the Makefile.am should be relative. The only change required to get this working is ensuring that the "patches" directory is stated as relative to the directory the Makefile.am is in. This commit fixes that.

mtytel commented 9 years ago

Nice thanks. Sorry it took a while to respond, was on the road for a while.