]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix Makefile.am to produce usable dist tarball
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 3 Dec 2013 22:04:03 +0000 (17:04 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 3 Dec 2013 22:08:16 +0000 (17:08 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/Makefile.am

index 5369700420de801c38b78029712c076aedfdb8d2..1d9a4d389c71f9bbac10898ea895cfabaa7adb31 100644 (file)
@@ -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