]> git.tdb.fi Git - ext/subsurface.git/commit
Fix the Makefile '-c' location, add XML2CFLAGS
authorTerrance Stanfield <t@hollowcranium.com>
Sat, 19 Nov 2011 17:28:31 +0000 (11:28 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Nov 2011 21:11:22 +0000 (13:11 -0800)
commitc9df1f868cc6c6d033d33158235d0e9cdbae28c9
treefa7e618bbd06b7f417b92ccc3615ba342dab8064
parent2d26dbc9f7d6affc50de2e1013de4589034e55e0
Fix the Makefile '-c' location, add XML2CFLAGS

I was getting the following error:

   dive.h:8:25: fatal error: libxml/tree.h: No such file or directory
   compilation terminated.

So I updated the Makefile to fix that error and follow the standard in
the file.

Signed-off-by: Terrance Stanfield <t@hollowcranium.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile