* [PATCH 2/4] lslocks: add build rules
@ 2012-02-07 22:41 Davidlohr Bueso
0 siblings, 0 replies; only message in thread
From: Davidlohr Bueso @ 2012-02-07 22:41 UTC (permalink / raw)
To: Karel Zak; +Cc: util-linux
From: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-07 22:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07 22:41 [PATCH 2/4] lslocks: add build rules Davidlohr Bueso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox