aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/lxc/Makefile.am')
-rw-r--r--src/lxc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am
index 924cf1d..e695883 100644
--- a/src/lxc/Makefile.am
+++ b/src/lxc/Makefile.am
@@ -12,7 +12,8 @@ pkginclude_HEADERS = \
conf.h \
list.h \
log.h \
- state.h
+ state.h \
+ attach.h
sodir=$(libdir)
# use PROGRAMS to avoid complains from automake
@@ -41,6 +42,7 @@ liblxc_so_SOURCES = \
list.h \
state.c state.h \
log.c log.h \
+ attach.c attach.h \
\
network.c network.h \
nl.c nl.h \