From aee0cd6530c6340f6f0a8256b887c8561f29dde6 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 8 Apr 2021 19:44:53 +0200 Subject: makefiles: static linking enhancements --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 69c73598e..5dd642f63 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ top_builddir = @top_builddir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ -SUBDIRS = conf daemons include lib libdaemon libdm man scripts tools +SUBDIRS = libdm conf daemons include lib libdaemon man scripts tools ifeq ("@UDEV_RULES@", "yes") SUBDIRS += udev @@ -56,7 +56,6 @@ tools: lib libdaemon po: tools daemons man: tools all_man: tools -scripts: libdm test: tools daemons unit-test run-unit-test: test -- cgit v1.2.1