X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2FMakefile.cfg;h=abd8c812c14b73c3be95c9500bdf57d9eeb4073e;hb=b3fa9a08edcbc459bd8e9df73186e292470ebfc3;hp=e4a4aaca70d0126f4be1b9f932109388b9c41fcb;hpb=47e9dfd89189fc6b150bd6b20229cb047c7e0858;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/Makefile.cfg b/Usermode/Libraries/Makefile.cfg index e4a4aaca..abd8c812 100644 --- a/Usermode/Libraries/Makefile.cfg +++ b/Usermode/Libraries/Makefile.cfg @@ -6,6 +6,6 @@ MAKEDEP = $(CC) -M ASFLAGS = -felf -CPPFLAGS = -I../../include/ +CPPFLAGS = -I$(ACESSDIR)/Usermode/include/ CFLAGS = -Wall -fPIC -fno-builtin -fno-stack-protector $(CPPFLAGS) LDFLAGS = -nostdlib -shared -I/Acess/Libs/ld-acess.so -e SoMain -x -L.. -lacess