summaryrefslogtreecommitdiffstats
path: root/libblkid
diff options
context:
space:
mode:
authorRuediger Meier2018-01-20 19:06:20 +0100
committerKarel Zak2018-01-22 11:16:49 +0100
commit1d667d8849395808e22c0384ae072c712ac835ac (patch)
treea4d91d0199c25bea820a6fc3ee7dd99536bb4f37 /libblkid
parenthwclock: add --ul-debug implementing debug.h (diff)
downloadkernel-qcow2-util-linux-1d667d8849395808e22c0384ae072c712ac835ac.tar.gz
kernel-qcow2-util-linux-1d667d8849395808e22c0384ae072c712ac835ac.tar.xz
kernel-qcow2-util-linux-1d667d8849395808e22c0384ae072c712ac835ac.zip
build-sys: remove generated headers from dist tar ball
Headers should only be listed in either *_HEADERS or *_SOURCES, especially when we want nodist_*_HEADERS. Since all the generated headers are made by configure we don't even need to use BUILT_SOURCES or other tricks. Also see automake docs 9.4.1 Built Sources Example: case "Build bindir.h from configure" Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libblkid')
-rw-r--r--libblkid/src/Makemodule.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/libblkid/src/Makemodule.am b/libblkid/src/Makemodule.am
index 65d2e66ed..b8843e896 100644
--- a/libblkid/src/Makemodule.am
+++ b/libblkid/src/Makemodule.am
@@ -26,7 +26,6 @@ libblkid_la_SOURCES = \
libblkid/src/tag.c \
libblkid/src/verify.c \
libblkid/src/version.c \
- $(nodist_blkidinc_HEADERS) \
\
libblkid/src/partitions/aix.c \
libblkid/src/partitions/aix.h \
@@ -112,7 +111,6 @@ libblkid_la_SOURCES += \
libblkid/src/topology/sysfs.c
endif
-nodist_libblkid_la_SOURCES = libblkid/src/blkid.h
libblkid_la_LIBADD = libcommon.la
libblkid_la_DEPENDENCIES = \