diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-07 19:00:46 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-07 19:00:46 +0000 |
commit | 9547d7b0cf263cbd0448d1e018c889e117914092 (patch) | |
tree | a5e83714436e7ef6c58a294adb5538b2880752f8 | |
parent | 0f35730e13c8a5cdc48366453e6ccb668b3183c7 (diff) |
typo
svn path=/trunk/externals/loaders/tclpd/; revision=15539
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |