aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b90e107..df30eb8 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ ALL_CFLAGS += -DPD -DVERSION='"$(LIBRARY_VERSION)"'
# pd include paths to search, from more specific to more general:
PD_INCLUDE = \
- -I"$(PD_PATH)/include/pdextended"
+ -I"$(PD_PATH)/include/pdextended" \
-I"$(PD_PATH)/include/pd" \
-I"$(PD_PATH)/include"