diff options
author | Ruediger Meier | 2018-01-20 19:06:24 +0100 |
---|---|---|
committer | Karel Zak | 2018-01-22 11:16:49 +0100 |
commit | af1bc027dbae27144669d55890839e33da1e6413 (patch) | |
tree | 4cb7a960b6b650fbc61c55bcb397df70e40df86c /libsmartcols | |
parent | build-sys: avoid using prog_DEPENDENCIES (diff) | |
download | kernel-qcow2-util-linux-af1bc027dbae27144669d55890839e33da1e6413.tar.gz kernel-qcow2-util-linux-af1bc027dbae27144669d55890839e33da1e6413.tar.xz kernel-qcow2-util-linux-af1bc027dbae27144669d55890839e33da1e6413.zip |
build-sys: remove redundant EXTRA_DIST files
The sources of AC_CONFIG_FILES (*.in) are automatically
distributed.
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libsmartcols')
-rw-r--r-- | libsmartcols/src/Makemodule.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am index 175f9f206..664aca30b 100644 --- a/libsmartcols/src/Makemodule.am +++ b/libsmartcols/src/Makemodule.am @@ -37,8 +37,7 @@ endif libsmartcols_la_LDFLAGS += -version-info $(LIBSMARTCOLS_VERSION_INFO) EXTRA_DIST += \ - libsmartcols/src/libsmartcols.sym \ - libsmartcols/src/libsmartcols.h.in + libsmartcols/src/libsmartcols.sym # move lib from $(usrlib_execdir) to $(libdir) if needed install-exec-hook-libsmartcols: |