summaryrefslogtreecommitdiff
path: root/src/grp-udev/ata_id
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-udev/ata_id')
-rw-r--r--src/grp-udev/ata_id/Makefile2
-rw-r--r--src/grp-udev/ata_id/ata_id.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-udev/ata_id/Makefile b/src/grp-udev/ata_id/Makefile
index 00a8c37ac2..d920f9b2aa 100644
--- a/src/grp-udev/ata_id/Makefile
+++ b/src/grp-udev/ata_id/Makefile
@@ -27,7 +27,7 @@ ata_id_SOURCES = \
src/udev/ata_id/ata_id.c
ata_id_LDADD = \
- libshared.la
+ libsystemd-shared.la
udevlibexec_PROGRAMS += \
ata_id
diff --git a/src/grp-udev/ata_id/ata_id.c b/src/grp-udev/ata_id/ata_id.c
index 4728d72a57..9770afb538 100644
--- a/src/grp-udev/ata_id/ata_id.c
+++ b/src/grp-udev/ata_id/ata_id.c
@@ -40,10 +40,10 @@
#include <libudev.h>
-#include "basic/fd-util.h"
-#include "basic/log.h"
#include "libudev-private.h"
-#include "shared/udev-util.h"
+#include "systemd-basic/fd-util.h"
+#include "systemd-basic/log.h"
+#include "systemd-shared/udev-util.h"
#define COMMAND_TIMEOUT_MSEC (30 * 1000)