diff options
-rw-r--r-- | Makefile.am | 5 | ||||
-rwxr-xr-x | move.sh | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d381cfcdbf..0e67fd7ef8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6546,5 +6546,10 @@ list-keys: add-key: gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --import - +#@src/libudev/Makefile +at.subdirs += src +#@src/libsystemd/libsystemd-internal/subdir.mk +systemd.CPPFLAGS += -DLIBDIR=\"$(libdir)\" +systemd.CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" #@all include $(topsrcdir)/build-aux/Makefile.tail.mk @@ -239,7 +239,8 @@ fixup_makefiles() ( -e 's/ \$\(AM_CPPFLAGS\) / $(ALL_CPPFLAGS) /g' \ -e '/^[^# ]*:/ { s|\S+/|$(outdir)/|g }' \ src/libbasic/Makefile \ - src/libsystemd/libsystemd-journal-internal/Makefile + src/libsystemd/libsystemd-journal-internal/Makefile \ + src/udev/Makefile ) move() ( |