]> git.sur5r.net Git - ngadmin/blob - Makefile.am
Merge remote-tracking branch 'upstream/master'
[ngadmin] / Makefile.am
1
2 ACLOCAL_AMFLAGS = -I .
3
4 SUBDIRS = raw wireshark
5
6 if ENABLE_LIB
7 SUBDIRS += lib
8 endif
9
10 if ENABLE_CLI
11 SUBDIRS += cli
12 endif
13
14 if ENABLE_SPY
15 SUBDIRS += spy
16 endif
17
18 if ENABLE_EMU
19 SUBDIRS += emu
20 endif
21