summaryrefslogtreecommitdiffstats
path: root/input/Makefile.am
blob: 668fc2b1444a3b1ce823319af3af46bd5276fe76 (plain)
1
2
3
4
5
6
7
8
9
if BUILD_NFCT
    OPT_SUBDIR_FLOW = flow
endif

if BUILD_NFACCT
    OPT_SUBDIR_SUM = sum
endif

SUBDIRS = packet $(OPT_SUBDIR_FLOW) $(OPT_SUBDIR_SUM)