Hi,

This patch adds Makefile for fsck.nilfs2.

With the best regards,
Vyacheslav Dubeyko.
--
From: Vyacheslav Dubeyko <[email protected]>
Subject: [PATCH v3 09/11] nilfs-utils: fsck: add Makefile for fsck.nilfs2

This patch adds Makefile for fsck.nilfs2.

Signed-off-by: Vyacheslav Dubeyko <[email protected]>
---
 sbin/fsck/Makefile.am |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 sbin/fsck/Makefile.am

diff --git a/sbin/fsck/Makefile.am b/sbin/fsck/Makefile.am
new file mode 100644
index 0000000..fcb31ae
--- /dev/null
+++ b/sbin/fsck/Makefile.am
@@ -0,0 +1,14 @@
+## Makefile.am
+
+AM_CFLAGS = -Wall
+AM_CPPFLAGS = -I$(top_srcdir)/include
+LDADD = $(top_builddir)/lib/libnilfsmessages.la \
+       $(top_builddir)/lib/libfsck.la \
+       $(top_builddir)/lib/libmountchk.la \
+       $(top_builddir)/lib/libcrc32.la \
+       $(top_builddir)/lib/libnilfs.la
+
+sbin_PROGRAMS = fsck.nilfs2
+
+fsck_nilfs2_SOURCES = fsck_common.h fsck_nilfs2.c \
+                       nilfs_superblock.c nilfs_superblock.h
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to