All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] build-sys: add files to distribution
@ 2013-01-09 22:44 Sami Kerola
  2013-01-09 22:44 ` [PATCH 2/3] build-sys: ignore chkdupexe Sami Kerola
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sami Kerola @ 2013-01-09 22:44 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

To fix 'make distcheck' compilation.  The fdisks/Makemodule.am has one
new entry 'dos_part_types.h', the rest is about sorting the list.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 fdisks/Makemodule.am  | 7 ++++---
 include/Makemodule.am | 1 +
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/fdisks/Makemodule.am b/fdisks/Makemodule.am
index 0723f50..e03ccbe 100644
--- a/fdisks/Makemodule.am
+++ b/fdisks/Makemodule.am
@@ -4,24 +4,25 @@ if !ARCH_M68K
 sbin_PROGRAMS += fdisk
 dist_man_MANS += fdisks/fdisk.8
 fdisk_SOURCES = \
-	fdisks/utils.c \
+	fdisks/dos_part_types.h \
 	fdisks/fdisk.c \
 	fdisks/fdisk.h \
 	fdisks/fdiskaixlabel.c \
 	fdisks/fdiskaixlabel.h \
 	fdisks/fdiskbsdlabel.c \
 	fdisks/fdiskbsdlabel.h \
+	fdisks/fdiskdoslabel.c \
+	fdisks/fdiskdoslabel.h \
 	fdisks/fdiskmaclabel.c \
 	fdisks/fdiskmaclabel.h \
 	fdisks/fdisksgilabel.c \
 	fdisks/fdisksgilabel.h \
 	fdisks/fdisksunlabel.c \
 	fdisks/fdisksunlabel.h \
-	fdisks/fdiskdoslabel.c \
-	fdisks/fdiskdoslabel.h \
 	fdisks/gpt.c \
 	fdisks/gpt.h \
 	fdisks/partname.c \
+	fdisks/utils.c \
 	fdisks/common.h
 
 fdisk_LDADD = $(LDADD) libcommon.la
diff --git a/include/Makemodule.am b/include/Makemodule.am
index bef118f..5538570 100644
--- a/include/Makemodule.am
+++ b/include/Makemodule.am
@@ -8,6 +8,7 @@ dist_noinst_HEADERS += \
 	include/canonicalize.h \
 	include/carefulputc.h \
 	include/closestream.h \
+	include/colors.h \
 	include/cpuset.h \
 	include/crc32.h \
 	include/env.h \
-- 
1.8.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-01-10 10:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 22:44 [PATCH 1/3] build-sys: add files to distribution Sami Kerola
2013-01-09 22:44 ` [PATCH 2/3] build-sys: ignore chkdupexe Sami Kerola
2013-01-10 10:46   ` Karel Zak
2013-01-09 22:44 ` [PATCH 3/3] build-sys: add chkdupexe and uuidd socket activation to most-builds Sami Kerola
2013-01-09 22:47   ` Dave Reisner
2013-01-10 10:48     ` Karel Zak
2013-01-10 10:46 ` [PATCH 1/3] build-sys: add files to distribution Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.