From c0a0872d5c5a0e948c3ace0fb1578a64840ebc8e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Apr 2012 18:27:35 +0200 Subject: build-sys: move src/linux/ to src/shared/linux --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf