From: Davidlohr Bueso <dave@xxxxxxx> Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> --- misc-utils/.gitignore | 2 ++ misc-utils/Makefile.am | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/misc-utils/.gitignore b/misc-utils/.gitignore index 897e6d1..bde3ab8 100644 --- a/misc-utils/.gitignore +++ b/misc-utils/.gitignore @@ -17,3 +17,5 @@ blkid wipefs findmnt lsblk +lslocks + diff --git a/misc-utils/Makefile.am b/misc-utils/Makefile.am index 540416e..75b22f1 100644 --- a/misc-utils/Makefile.am +++ b/misc-utils/Makefile.am @@ -6,7 +6,7 @@ bin_PROGRAMS = sbin_PROGRAMS = usrsbin_exec_PROGRAMS = -usrbin_exec_PROGRAMS = cal logger look mcookie namei whereis +usrbin_exec_PROGRAMS = cal logger look mcookie namei whereis lslocks logger_SOURCES = logger.c $(top_srcdir)/lib/strutils.c mcookie_SOURCES = mcookie.c $(top_srcdir)/lib/md5.c @@ -16,10 +16,15 @@ usrbin_exec_SCRIPTS = chkdupexe CLEANFILES = chkdupexe dist_man_MANS = cal.1 chkdupexe.1 logger.1 look.1 mcookie.1 \ - namei.1 whereis.1 + namei.1 whereis.1 lslocks.8 namei_SOURCES = namei.c $(top_srcdir)/lib/strutils.c +lslocks_SOURCES = lslocks.c \ + $(top_srcdir)/lib/strutils.c \ + $(top_srcdir)/lib/tt.c \ + $(top_srcdir)/lib/mbsalign.c + if BUILD_DDATE usrbin_exec_PROGRAMS += ddate dist_man_MANS += ddate.1 -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html