diff options
author | Joe Thornber <ejt@redhat.com> | 2018-05-16 13:43:02 +0100 |
---|---|---|
committer | Joe Thornber <ejt@redhat.com> | 2018-05-16 13:43:02 +0100 |
commit | 89fdc0b5889d24fe785e7fa4c2be13659d1ed0b2 (patch) | |
tree | 55484f573f545e2bda01371ccf1b3ca4fe128620 /configure.ac | |
parent | ccc35e2647b3b78f2fb0d62c25f21fcccbf58950 (diff) | |
parent | 7c852c75c3b3e719d57d3410bf0c2a5e61d67f4e (diff) | |
download | lvm2-89fdc0b5889d24fe785e7fa4c2be13659d1ed0b2.tar.gz |
Merge branch 'master' into 2018-05-11-fork-libdm
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8dc9c189c..751a78445 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ AC_HEADER_SYS_WAIT AC_HEADER_TIME AC_CHECK_HEADERS([assert.h ctype.h dirent.h errno.h fcntl.h float.h \ - getopt.h inttypes.h langinfo.h libgen.h limits.h locale.h paths.h \ + getopt.h inttypes.h langinfo.h libaio.h libgen.h limits.h locale.h paths.h \ signal.h stdarg.h stddef.h stdio.h stdlib.h string.h sys/file.h \ sys/ioctl.h syslog.h sys/mman.h sys/param.h sys/resource.h sys/stat.h \ sys/time.h sys/types.h sys/utsname.h sys/wait.h time.h \ @@ -2158,6 +2158,7 @@ scripts/lvmdump.sh scripts/Makefile test/Makefile test/api/Makefile +test/api/python_lvm_unit.py test/unit/Makefile tools/Makefile udev/Makefile |