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 | ded518cce720415a9249bd7bb8948aa41d8e6bc5 (patch) | |
tree | f02b063348a19cf09c03cfa0b42775f0b3487381 /Makefile | |
parent | 5f7b18061c99dcdf8ac96b97c0147007ac2b79fb (diff) |
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
svn path=/trunk/externals/moonlib/; revision=14463
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ EXTRA_DIST = XFS.txt # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = |