Commit 85a31821 by Daniel Lezcano

add error.h header

Add the missing header in the package installation. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 089cd8b8
...@@ -4,6 +4,7 @@ INCLUDES= -I$(top_srcdir)/src -DLXCPATH="\"$(localstatedir)/lxc\"" \ ...@@ -4,6 +4,7 @@ INCLUDES= -I$(top_srcdir)/src -DLXCPATH="\"$(localstatedir)/lxc\"" \
AM_LDFLAGS= -lutil AM_LDFLAGS= -lutil
lib_LTLIBRARIES = liblxc.la lib_LTLIBRARIES = liblxc.la
pkginclude_HEADERS = \ pkginclude_HEADERS = \
error.h \
monitor.h \ monitor.h \
utils.h \ utils.h \
namespace.h \ namespace.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment