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 | c68dc34e326f14e3e825b99d459d1c0d2a44f3fa (patch) | |
tree | 187fd78a26be1b790b07e17b26ed7d88dbef3b74 | |
parent | 1b85a8166037d16a8494e0e8583ef49647fa3291 (diff) |
use /pd since this lib needs other headers besides m_pd.h
svn path=/trunk/externals/pdogg/; revision=14000
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ EXTRA_DIST = pdogg.c makefile.msvc HISTORY # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = |