From 2cbdb2327c7575282d83e7331eb8e957e72ce394 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 14 Sep 2013 08:54:25 +0000 Subject: add lvm, raid, new ext3 to sync --- src/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d68413b..c234c43 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,9 +5,12 @@ # Copyright (c) 2007 James McKenzie , # All rights reserved. # -# $Id: Makefile.am,v 1.10 2012/09/10 08:28:34 james Exp $ +# $Id: Makefile.am,v 1.11 2013/09/14 08:54:25 james Exp $ # # $Log: Makefile.am,v $ +# Revision 1.11 2013/09/14 08:54:25 james +# add lvm, raid, new ext3 to sync +# # Revision 1.10 2012/09/10 08:28:34 james # *** empty log message *** # @@ -46,7 +49,7 @@ noinst_HEADERS = disk.h gpt.h guid.h project.h prototypes.h bin_PROGRAMS = gpt -SRCS=gpt.c version.c util.c guid.c crc.c header.c disk.c pmbr.c show.c entry.c new.c modify.c sync.c fixup.c dump.c +SRCS=gpt.c version.c util.c guid.c crc.c header.c disk.c pmbr.c show.c entry.c new.c modify.c sync.c fixup.c dump.c set_flag.c gpt_SOURCES = ${SRCS} gpt_LDADD = -- cgit v1.2.3