diff options
author | Ruediger Meier | 2018-01-20 19:06:20 +0100 |
---|---|---|
committer | Karel Zak | 2018-01-22 11:16:49 +0100 |
commit | 1d667d8849395808e22c0384ae072c712ac835ac (patch) | |
tree | a4d91d0199c25bea820a6fc3ee7dd99536bb4f37 /libsmartcols | |
parent | hwclock: add --ul-debug implementing debug.h (diff) | |
download | kernel-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 'libsmartcols')
-rw-r--r-- | libsmartcols/src/Makemodule.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am index 83c12ca54..2b1c1fd1c 100644 --- a/libsmartcols/src/Makemodule.am +++ b/libsmartcols/src/Makemodule.am @@ -17,10 +17,7 @@ libsmartcols_la_SOURCES= \ libsmartcols/src/table.c \ libsmartcols/src/table_print.c \ libsmartcols/src/version.c \ - libsmartcols/src/init.c \ - $(nodist_smartcolsinc_HEADERS) - -nodist_libsmartcols_la_SOURCES = libsmartcols/src/smartcolsP.h + libsmartcols/src/init.c libsmartcols_la_LIBADD = libcommon.la |