diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:15:54 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:15:54 -0400 |
commit | 1695727ec85c18e7a31fa824d68bb59704ddacd7 (patch) | |
tree | c5c7cd5e468cbdef35df8a222cdd2b692a698a42 | |
parent | 20b308757e1bdf62160f861d04a9732514013d0f (diff) |
s
-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() ( |