Added current directory to includes so it could find some headers.

(I still do not have the whole thing working but I'm stumped now and
figured this will save someone a little time)

Kent
This commit is contained in:
Kent Mein 2006-01-06 04:43:17 +00:00
parent 51368852ee
commit dd3356f694

@ -63,3 +63,4 @@ CPPFLAGS += -I../Network -I../Ketsji/KXNetwork
CPPFLAGS += -I../Physics/common -I../Physics/Dummy
CPPFLAGS += -I../Physics/BlOde
CPPFLAGS += -I../Physics/Bullet
CPPFLAGS += -I.