public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Sami Kerola <kerolasa@iki.fi>
To: util-linux@vger.kernel.org
Cc: kerolasa@iki.fi
Subject: [PATCH 1/3] build-sys: add files to distribution
Date: Wed,  9 Jan 2013 22:44:04 +0000	[thread overview]
Message-ID: <1357771446-11966-1-git-send-email-kerolasa@iki.fi> (raw)

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


             reply	other threads:[~2013-01-09 22:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-09 22:44 Sami Kerola [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1357771446-11966-1-git-send-email-kerolasa@iki.fi \
    --to=kerolasa@iki.fi \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox