aboutsummaryrefslogtreecommitdiff
path: root/comport/makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-26 20:30:32 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-26 20:30:32 +0000
commit3eedcabd4a121465600a38be89a264ebe06a6839 (patch)
tree5229c6a756022224604f4daeab3154ebfd358d4a /comport/makefile
parentefb7b3b4694035afabadbedf961e6a2fadda550b (diff)
added quick function to display the available ports using the [info( message. Yes, this is a quick hack
svn path=/trunk/externals/iem/comport/; revision=5751
Diffstat (limited to 'comport/makefile')
-rw-r--r--comport/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/makefile b/comport/makefile
index 598d5e1..fab8a30 100644
--- a/comport/makefile
+++ b/comport/makefile
@@ -73,7 +73,7 @@ LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
-LINUXINCLUDE = -I../../src
+LINUXINCLUDE = -I../../src -I../../../../pd/src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c