Misc changes, working on the VTerm's VT100 support and CLIShell's input
[tpg/acess2.git] / Usermode / Libraries / Makefile.cfg
index e4a4aac..78e39fb 100644 (file)
@@ -6,6 +6,6 @@
 MAKEDEP  = $(CC) -M
 
 ASFLAGS  = -felf
-CPPFLAGS = -I../../include/
-CFLAGS   = -Wall -fPIC -fno-builtin -fno-stack-protector $(CPPFLAGS)
-LDFLAGS  = -nostdlib -shared -I/Acess/Libs/ld-acess.so -e SoMain -x -L.. -lacess
+CPPFLAGS = -I$(ACESSDIR)/Usermode/include/
+CFLAGS   = -g -Wall -fPIC -fno-builtin -fno-stack-protector $(CPPFLAGS)
+LDFLAGS  = -g -nostdlib -shared -I/Acess/Libs/ld-acess.so -e SoMain -x -L.. -lacess

UCC git Repository :: git.ucc.asn.au