summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
authorRuediger Meier2018-01-20 19:06:23 +0100
committerKarel Zak2018-01-22 11:16:49 +0100
commit4beacf105eeafa96d8f7b1b1bbaa4d18df960918 (patch)
tree4efb770ef799b336b16339016c2c4b042dc1ea0f /libsmartcols
parentbuild-sys: remove unneeded dependencies on bla.h.in (diff)
downloadkernel-qcow2-util-linux-4beacf105eeafa96d8f7b1b1bbaa4d18df960918.tar.gz
kernel-qcow2-util-linux-4beacf105eeafa96d8f7b1b1bbaa4d18df960918.tar.xz
kernel-qcow2-util-linux-4beacf105eeafa96d8f7b1b1bbaa4d18df960918.zip
build-sys: avoid using prog_DEPENDENCIES
Use EXTRA_prog_DEPENDENCIES to have the benefit of automake's automatic prog_DEPENDENCIES. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libsmartcols')
-rw-r--r--libsmartcols/src/Makemodule.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am
index 6f5f6072c..175f9f206 100644
--- a/libsmartcols/src/Makemodule.am
+++ b/libsmartcols/src/Makemodule.am
@@ -27,8 +27,7 @@ libsmartcols_la_CFLAGS = \
-I$(ul_libsmartcols_incdir) \
-I$(top_srcdir)/libsmartcols/src
-libsmartcols_la_DEPENDENCIES = \
- libcommon.la \
+EXTRA_libsmartcols_la_DEPENDENCIES = \
libsmartcols/src/libsmartcols.sym
libsmartcols_la_LDFLAGS = $(SOLIB_LDFLAGS)