[PATCH v3 09/11] nilfs-utils: fsck: add Makefile for fsck.nilfs2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

This patch adds Makefile for fsck.nilfs2.

With the best regards,
Vyacheslav Dubeyko.
--
From: Vyacheslav Dubeyko <slava@xxxxxxxxxxx>
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 <slava@xxxxxxxxxxx>
---
 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux BTRFS]     [Linux CIFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux