From 0da03d449021c5fae696d1ed6509e7604ab1483e Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Sat, 20 Jan 2018 19:06:22 +0100 Subject: build-sys: remove unneeded dependencies on bla.h.in We have already automakes's automatic dependencies like bla.h.in -> bla.h -> foo.o -> bar.la An explicit direct dependency bla.h.in -> bar.la is redundant and useless anyways. Signed-off-by: Ruediger Meier --- libsmartcols/src/Makemodule.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libsmartcols') diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am index 62fdf1051..6f5f6072c 100644 --- a/libsmartcols/src/Makemodule.am +++ b/libsmartcols/src/Makemodule.am @@ -29,8 +29,7 @@ libsmartcols_la_CFLAGS = \ libsmartcols_la_DEPENDENCIES = \ libcommon.la \ - libsmartcols/src/libsmartcols.sym \ - libsmartcols/src/libsmartcols.h.in + libsmartcols/src/libsmartcols.sym libsmartcols_la_LDFLAGS = $(SOLIB_LDFLAGS) if HAVE_VSCRIPT -- cgit v1.2.3-55-g7522