Mercurial > hg > beaglert
diff Makefile @ 70:f3251851c718
Brought UdpClient files over from ultra-staging branch (with include fix), and updated Makefile accordingly
author | andrewm |
---|---|
date | Fri, 17 Jul 2015 17:50:54 +0100 |
parents | 272154649c46 |
children | 39962292dfb4 |
line wrap: on
line diff
--- a/Makefile Fri Jul 17 17:41:35 2015 +0100 +++ b/Makefile Fri Jul 17 17:50:54 2015 +0100 @@ -33,6 +33,7 @@ ./core/RTAudio.cpp \ ./core/RTAudioCommandLine.cpp \ ./core/Utilities.cpp \ +./core/UdpClient.cpp \ ./core/client.cpp CORE_OBJS := \ @@ -42,6 +43,7 @@ ./build/core/RTAudio.o \ ./build/core/RTAudioCommandLine.o \ ./build/core/Utilities.o \ +./build/core/UdpClient.o \ ./build/core/client.o CORE_CPP_DEPS := \ @@ -51,6 +53,7 @@ ./build/core/RTAudio.d \ ./build/core/RTAudioCommandLine.d \ ./build/core/Utilities.d \ +./build/core/UdpClient.d \ ./build/core/client.d # Objects for a system-supplied default main() file, if the user