Commit 2b25068a by Stéphane Graber

Fix Makefile.am to produce usable dist tarball

parent af7d9cc5
pkginclude_HEADERS = \ pkginclude_HEADERS = \
attach_options.h \ attach_options.h \
lxccontainer.h \ lxccontainer.h \
version.h version.h
noinst_HEADERS = \
arguments.h \
attach.h \
bdev.h \
caps.h \
cgroup.h \
conf.h \
console.h \
error.h \
list.h \
log.h \
lxc.h \
lxclock.h \
monitor.h \
namespace.h \
start.h \
state.h \
utils.h
if IS_BIONIC if IS_BIONIC
pkginclude_HEADERS += \ noinst_HEADERS += \
../include/ifaddrs.h \ ../include/ifaddrs.h \
../include/openpty.h \ ../include/openpty.h \
../include/lxcmntent.h ../include/lxcmntent.h
...@@ -12,7 +31,7 @@ endif ...@@ -12,7 +31,7 @@ endif
if !HAVE_GETLINE if !HAVE_GETLINE
if HAVE_FGETLN if HAVE_FGETLN
pkginclude_HEADERS += ../include/getline.h noinst_HEADERS += ../include/getline.h
endif endif
endif endif
......
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