File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
ACLOCAL_AMFLAGS = -I m4
2
2
3
- EXTRA_DIST = README.md LICENSE docker
3
+ EXTRA_DIST = README.md LICENSE docker ansible
4
4
5
5
SUBDIRS = base \
6
6
tools/fbitconvert \
@@ -22,3 +22,6 @@ SUBDIRS = base \
22
22
plugins/intermediate/uid
23
23
24
24
# plugins/storage/unirec is not added to SUBDIRS due to its dependency on libtrap
25
+ # plugins/storage/libnf is not added to SUBDIRS due to its dependency on libnf
26
+ # plugins/input/udp_cpg is not added to SUBDIRS due to its dependency on libcpg
27
+
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ AC_PREREQ([2.60])
40
40
41
41
# Process this file with autoconf to produce a configure script.
42
42
AC_INIT ( [ ipfixcol] , [ 0.9.1] )
43
- AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign -Wno-portability subdir-objects] )
43
+ AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign -Wno-portability subdir-objects tar-ustar ] )
44
44
LT_PREREQ([ 2.2] )
45
45
LT_INIT([ dlopen disable-static] )
46
46
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.60] )
2
2
AC_INIT ( [ ipfixcol-projects] , [ 1.0] )
3
- AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign -Wno-portability] )
3
+ AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign -Wno-portability tar-ustar ] )
4
4
LT_PREREQ([ 2.2] )
5
5
LT_INIT([ dlopen] )
6
6
You can’t perform that action at this time.
0 commit comments