summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-04-12 18:27:35 +0200
committerLennart Poettering <lennart@poettering.net>2012-04-12 18:27:35 +0200
commitc0a0872d5c5a0e948c3ace0fb1578a64840ebc8e (patch)
tree056133ac252d18bca481652101d34ce840795f7a /Makefile.am
parent0f4e02c220d6633756caab2fd767eb1c2df6b645 (diff)
build-sys: move src/linux/ to src/shared/linux
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 97b066f2ef..9d98843208 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -521,12 +521,12 @@ noinst_LTLIBRARIES += \
libsystemd-shared.la
libsystemd_shared_la_SOURCES = \
- src/linux/auto_dev-ioctl.h \
- src/linux/fanotify.h \
+ src/shared/linux/auto_dev-ioctl.h \
+ src/shared/linux/fanotify.h \
+ src/shared/missing.h \
src/shared/list.h \
src/shared/macro.h \
src/shared/def.h \
- src/shared/missing.h \
src/shared/util.c \
src/shared/util.h \
src/shared/virt.c \