aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-25 08:29:42 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-25 08:29:42 +0000
commitb10786f57195ce952c6b52eb0198f18d7c672848 (patch)
tree194ab44cf1d0aaa630a23e642950b1c5a0808100 /Makefile
parent6c4cb319c6e16e865fac23a3cca91a3d23549154 (diff)
included tcp* objects in Makefile
svn path=/trunk/externals/iem/iemnet/; revision=13267
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2e8c4d0..da6b1be 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LIBRARY_VERSION = 0.1
# Next, add your .c source files to the SOURCES variable. The help files will
# be included automatically
-SOURCES = tcpserver.c tcpclient.c
+SOURCES = tcpserver.c tcpclient.c tcpsend.c tcpreceive.c
#SOURCES = tcpclient.c tcpreceive.c tcpsend.c tcpserver.c udpreceive~.c udpreceive.c udpsend~.c udpsend.c
# For objects that only build on certain platforms, add those to the SOURCES
@@ -39,7 +39,7 @@ EXTRA_DIST = README.txt
#------------------------------------------------------------------------------#
# where Pd lives
-PD_PATH = ../../pd
+PD_PATH = ../../../pd
# where to install the library
prefix = /usr/local
libdir = $(prefix)/lib