public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] build-sys: remove swap-common.h from sys-utils/Makemodule.am
@ 2014-07-30 21:44 Sami Kerola
  2014-07-30 21:44 ` [PATCH 2/2] tests: fix rename subdir check that was failing in travis Sami Kerola
  0 siblings, 1 reply; 4+ messages in thread
From: Sami Kerola @ 2014-07-30 21:44 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

The commit 25a365e moved the file to include/

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 sys-utils/Makemodule.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 4741fed..ca47df8 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -253,8 +253,7 @@ dist_man_MANS += \
 
 swapon_SOURCES = \
 	sys-utils/swapon.c \
-	sys-utils/swapon-common.c \
-	sys-utils/swapon-common.h
+	sys-utils/swapon-common.c
 swapon_CFLAGS = $(AM_CFLAGS) \
 	-I$(ul_libblkid_incdir) \
 	-I$(ul_libmount_incdir) \
-- 
2.0.3


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

end of thread, other threads:[~2014-07-31  6:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 21:44 [PATCH 1/2] build-sys: remove swap-common.h from sys-utils/Makemodule.am Sami Kerola
2014-07-30 21:44 ` [PATCH 2/2] tests: fix rename subdir check that was failing in travis Sami Kerola
2014-07-31  5:57   ` Bernhard Voelker
2014-07-31  6:15     ` Sami Kerola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox