Skip to content

Commit e0a38d2

Browse files
committed
ndp input plugin - add ctt.hpp to Makefile.am
1 parent 1c641ae commit e0a38d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ ipfixprobe_LDFLAGS+=-lnuma -lndpRI -L$(srcdir)/input/nfbCInterface/
3939
ipfixprobe_CXXFLAGS+=-I$(srcdir)/input/nfbCInterface/include/
4040
ipfixprobe_input_src+=\
4141
input/ndp.cpp \
42-
input/ndp.hpp
42+
input/ndp.hpp \
43+
input/ctt.hpp
4344
endif
4445

4546
if WITH_RAW

0 commit comments

Comments
 (0)