Page 1 of 1

Missing .inc files from source

Posted: Fri Dec 12, 2008 5:45 am
by massaro
First of all, thanks for this GREAT library! I'm amazed at its quality and features -- I specially liked the "jingle" support 8)

I was reading the source and I noticed that it seems to be missing all the assembly include (.inc) files.
Looking closely, the Makefile's "dist-src" rule doesn't seem to include the "asm_include" directory in the distribution tar (well, it *looks* that this is what's missing, based on the include directories passed to the assembler).

That's not a problem for me (I didn't really want to compile it), but I just thought you should know.

Anyway, thanks again. Great work!

Re: Missing .inc files from source

Posted: Fri Dec 12, 2008 6:29 am
by eKid
massaro wrote:Anyway, thanks again. Great work!
Your welcome. :)
massaro wrote:doesn't seem to include the "asm_include" directory...
Ah, looks like that folder got missed, thanks for letting us know.