diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 01:54:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 01:54:53 +0000 |
commit | 137c9c9f3fd5b14373b1d8f10594087173d0200b (patch) | |
tree | 05d61060d8fd6dceae781d1fdd900c921a25d935 | |
parent | 2e6810edac2613389f861ecfaf44cb25d1a5bc2c (diff) |
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
svn path=/trunk/externals/template/; revision=14463
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,8 @@ EXTRA_DIST = # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +# -I"$(PD_INCLUDE)/pd" supports the header location for 0.43 +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = |