Skip to content

Commit 077507e

Browse files
author
Petr Velan
committed
Merge branch 'devel'
2 parents cdd8c10 + 4d8c8c2 commit 077507e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ACLOCAL_AMFLAGS = -I m4
22

3-
EXTRA_DIST = README.md LICENSE docker
3+
EXTRA_DIST = README.md LICENSE docker ansible
44

55
SUBDIRS = base \
66
tools/fbitconvert \
@@ -22,3 +22,6 @@ SUBDIRS = base \
2222
plugins/intermediate/uid
2323

2424
# 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+

base/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ AC_PREREQ([2.60])
4040

4141
# Process this file with autoconf to produce a configure script.
4242
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])
4444
LT_PREREQ([2.2])
4545
LT_INIT([dlopen disable-static])
4646

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.60])
22
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])
44
LT_PREREQ([2.2])
55
LT_INIT([dlopen])
66

0 commit comments

Comments
 (0)