summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorRuediger Meier2016-02-29 12:49:13 +0100
committerKarel Zak2016-03-07 15:36:00 +0100
commit1a048dc5e2c463f2eaf1b8975983185fee080b37 (patch)
tree56be241832a0478709d7451a38041bacc2c14609 /lib/Makemodule.am
parentlib: remove openat fallback functions (include/at.h) (diff)
downloadkernel-qcow2-util-linux-1a048dc5e2c463f2eaf1b8975983185fee080b37.tar.gz
kernel-qcow2-util-linux-1a048dc5e2c463f2eaf1b8975983185fee080b37.tar.xz
kernel-qcow2-util-linux-1a048dc5e2c463f2eaf1b8975983185fee080b37.zip
lib: move fopen_at() to fileutils.h, remove at.h
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 25e1ba04e..81504b9a6 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -2,7 +2,6 @@
noinst_LTLIBRARIES += libcommon.la
libcommon_la_CFLAGS = $(AM_CFLAGS)
libcommon_la_SOURCES = \
- lib/at.c \
lib/blkdev.c \
lib/canonicalize.c \
lib/crc32.c \
@@ -100,7 +99,7 @@ test_colors_LDADD = $(LDADD) $(TINFO_LIBS)
test_randutils_SOURCES = lib/randutils.c
test_randutils_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM
-test_procutils_SOURCES = lib/procutils.c lib/at.c
+test_procutils_SOURCES = lib/procutils.c
test_procutils_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM
if LINUX