7 lines
156 B
Makefile
7 lines
156 B
Makefile
AUTOMAKE_OPTIONS=foreign
|
|
SUBDIRS = lib datapath secchan controller
|
|
if HAVE_IF_PACKET
|
|
SUBDIRS += switch
|
|
endif
|
|
SUBDIRS += utilities tests include third-party
|