diff options
author | Ruediger Meier | 2018-01-20 19:06:21 +0100 |
---|---|---|
committer | Karel Zak | 2018-01-22 11:16:49 +0100 |
commit | a459f2ec331ff4c700651eb0ea2b6fe92bd28380 (patch) | |
tree | cb68a20b6cf2c497d271b1594fea8a00c65f9627 /libsmartcols | |
parent | build-sys: remove generated headers from dist tar ball (diff) | |
download | kernel-qcow2-util-linux-a459f2ec331ff4c700651eb0ea2b6fe92bd28380.tar.gz kernel-qcow2-util-linux-a459f2ec331ff4c700651eb0ea2b6fe92bd28380.tar.xz kernel-qcow2-util-linux-a459f2ec331ff4c700651eb0ea2b6fe92bd28380.zip |
build-sys: automake is able to find headers in builddir ...
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libsmartcols')
-rw-r--r-- | libsmartcols/src/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am index 2b1c1fd1c..62fdf1051 100644 --- a/libsmartcols/src/Makemodule.am +++ b/libsmartcols/src/Makemodule.am @@ -2,7 +2,7 @@ # smartcols.h is generated, so it's stored in builddir! smartcolsincdir = $(includedir)/libsmartcols -nodist_smartcolsinc_HEADERS = $(top_builddir)/libsmartcols/src/libsmartcols.h +nodist_smartcolsinc_HEADERS = libsmartcols/src/libsmartcols.h usrlib_exec_LTLIBRARIES += libsmartcols.la libsmartcols_la_SOURCES= \ |