summaryrefslogtreecommitdiffstats
path: root/libmount/src/Makemodule.am
diff options
context:
space:
mode:
authorRuediger Meier2018-01-20 19:06:20 +0100
committerKarel Zak2018-01-22 11:16:49 +0100
commit1d667d8849395808e22c0384ae072c712ac835ac (patch)
treea4d91d0199c25bea820a6fc3ee7dd99536bb4f37 /libmount/src/Makemodule.am
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 'libmount/src/Makemodule.am')
-rw-r--r--libmount/src/Makemodule.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/libmount/src/Makemodule.am b/libmount/src/Makemodule.am
index e5861b0ba..516bebbfa 100644
--- a/libmount/src/Makemodule.am
+++ b/libmount/src/Makemodule.am
@@ -8,12 +8,12 @@ libmount_la_SOURCES = \
include/list.h \
lib/monotonic.c \
\
+ libmount/src/mountP.h \
libmount/src/cache.c \
libmount/src/fs.c \
libmount/src/init.c \
libmount/src/iter.c \
libmount/src/lock.c \
- libmount/src/mountP.h \
libmount/src/optmap.c \
libmount/src/optstr.c \
libmount/src/tab.c \
@@ -22,8 +22,7 @@ libmount_la_SOURCES = \
libmount/src/tab_update.c \
libmount/src/test.c \
libmount/src/utils.c \
- libmount/src/version.c \
- $(nodist_mountinc_HEADERS)
+ libmount/src/version.c
if LINUX
libmount_la_SOURCES += \
@@ -39,7 +38,6 @@ endif
endif # LINUX
-nodist_libmount_la_SOURCES = libmount/src/mountP.h
libmount_la_LIBADD = \
libcommon.la \