From a459f2ec331ff4c700651eb0ea2b6fe92bd28380 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Sat, 20 Jan 2018 19:06:21 +0100 Subject: build-sys: automake is able to find headers in builddir ... Signed-off-by: Ruediger Meier --- libsmartcols/src/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsmartcols') 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= \ -- cgit v1.2.3-55-g7522