summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-10-30 18:32:37 +0100
committerLennart Poettering <lennart@poettering.net>2014-10-30 18:32:37 +0100
commita09abc4ae0bdc0200324eaa0416f23ff2170ec4e (patch)
treeecd669c45e514e889a972d5f827edc4e2fde2f34 /Makefile.am
parent73843b52585d42cc1a970a1c664818ece6942e9e (diff)
memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc provided headers
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c80d25df2..69d598b4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -881,8 +881,8 @@ libsystemd_shared_la_SOURCES = \
src/shared/copy.h \
src/shared/base-filesystem.c \
src/shared/base-filesystem.h \
- src/shared/memfd.c \
- src/shared/memfd.h \
+ src/shared/memfd-util.c \
+ src/shared/memfd-util.h \
src/shared/uid-range.c \
src/shared/uid-range.h \
src/shared/nss-util.h