aboutsummaryrefslogtreecommitdiff
path: root/comport/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comport/makefile')
-rw-r--r--comport/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/makefile b/comport/makefile
index 598d5e1..fab8a30 100644
--- a/comport/makefile
+++ b/comport/makefile
@@ -73,7 +73,7 @@ LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
-LINUXINCLUDE = -I../../src
+LINUXINCLUDE = -I../../src -I../../../../pd/src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c