blob: c9629234ba697c7ec23b113bd77b4a78cbfcf4cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Makefile.in b/Makefile.in
index bf011ff4f..86713f2cd 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 = libdm conf daemons include lib libdaemon man scripts tools
+SUBDIRS = libdm conf daemons include lib libdaemon scripts tools
ifeq ("@UDEV_RULES@", "yes")
SUBDIRS += udev
|