summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-05-16 15:05:11 +0200
committerKarel Zak2012-06-26 17:08:57 +0200
commit8365ed42acd4bd5468f7b32eb80652ee55d85d6b (patch)
tree4c23410954d228725c4d69a6d6ca15f9472f1ef7 /Makefile.am
parentbuild-system: enable automake subdir-objects (diff)
downloadkernel-qcow2-util-linux-8365ed42acd4bd5468f7b32eb80652ee55d85d6b.tar.gz
kernel-qcow2-util-linux-8365ed42acd4bd5468f7b32eb80652ee55d85d6b.tar.xz
kernel-qcow2-util-linux-8365ed42acd4bd5468f7b32eb80652ee55d85d6b.zip
build-sys: convert include/ to module
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f6414189..1e5ac615f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,8 @@
include $(top_srcdir)/config/include-Makefile.am
+dist_noinst_HEADERS =
+
+
SHLIBS_DIRS =
if BUILD_LIBUUID
@@ -22,7 +25,6 @@ SUBDIRS = \
disk-utils \
fdisk \
getopt \
- include \
lib \
login-utils \
misc-utils \
@@ -62,6 +64,10 @@ EXTRA_DIST = \
po/update-potfiles \
README.licensing
+
+include include/Makemodule.am
+
+
# Arrange so that .tarball-version appears only in the distribution
# tarball, and never in a checked-out repository.
dist-hook: