Move SSU and NTCP to transport/.

This commit is contained in:
EinMByte 2015-07-27 22:17:31 +02:00
parent e90b0dd54f
commit 18ca8b9b97
28 changed files with 25 additions and 21 deletions

View file

@ -1,5 +1,5 @@
CXXFLAGS = -g -Wall
INCFLAGS =
INCFLAGS = -I.
## NOTE: The NEEDED_CXXFLAGS are here so that custom CXXFLAGS can be specified at build time
## **without** overwriting the CXXFLAGS which we need in order to build.