From: Stéphane Graber Date: Tue, 3 Dec 2013 22:04:03 +0000 (-0500) Subject: Fix Makefile.am to produce usable dist tarball X-Git-Tag: lxc-1.0.0.beta1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b25068a3dc719a7b107d2c7009b06104b53a520;p=thirdparty%2Flxc.git Fix Makefile.am to produce usable dist tarball Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index 536970042..1d9a4d389 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -1,10 +1,29 @@ pkginclude_HEADERS = \ - attach_options.h \ - lxccontainer.h \ - version.h + attach_options.h \ + lxccontainer.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 -pkginclude_HEADERS += \ +noinst_HEADERS += \ ../include/ifaddrs.h \ ../include/openpty.h \ ../include/lxcmntent.h @@ -12,7 +31,7 @@ endif if !HAVE_GETLINE if HAVE_FGETLN -pkginclude_HEADERS += ../include/getline.h +noinst_HEADERS += ../include/getline.h endif endif