diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-08 04:10:36 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-08 04:10:36 +0000 |
commit | 4084445d6ee4b817c6f842e5f54209ef10835be4 (patch) | |
tree | d98916bdd1363d5428ecfd4b8200927f527fa177 | |
parent | 23c523b73d4fafd7d872eb48ea9531616e5d3d40 (diff) |
use /pd since this lib needs other headers besides m_pd.h
svn path=/trunk/externals/moonlib/; revision=14000
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ EXTRA_DIST = XFS.txt pause.gif play.gif playy.gif rec.gif saww.gif sin.gif sinw. # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = |