From b10786f57195ce952c6b52eb0198f18d7c672848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 25 Mar 2010 08:29:42 +0000 Subject: included tcp* objects in Makefile svn path=/trunk/externals/iem/iemnet/; revision=13267 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1