diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-08 04:00:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-08 04:00:19 +0000 |
commit | d571efcc910f49c6a0ec49de87daddd7fe10b7a1 (patch) | |
tree | 9d8ccfa918b716125cd79e12fb78e547b7cfa0ec /Makefile | |
parent | 18dcff6af8a34d2585e7b7d62f9a14174ce804f6 (diff) |
use /pd for headers since this lib needs others besides m_pd.h
svn path=/trunk/externals/hcs/; revision=13998
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ EXTRA_DIST = cursor.gif README-ifeel.txt embed.pd ifeel.h # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = |