aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2011-10-07 19:00:46 +0000
committermescalinum <mescalinum@users.sourceforge.net>2011-10-07 19:00:46 +0000
commit9547d7b0cf263cbd0448d1e018c889e117914092 (patch)
treea5e83714436e7ef6c58a294adb5538b2880752f8 /Makefile
parent0f35730e13c8a5cdc48366453e6ccb668b3183c7 (diff)
typo
svn path=/trunk/externals/loaders/tclpd/; revision=15539
Diffstat (limited to 'Makefile')
-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"