summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:15:54 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:15:54 -0400
commit1695727ec85c18e7a31fa824d68bb59704ddacd7 (patch)
treec5c7cd5e468cbdef35df8a222cdd2b692a698a42
parent20b308757e1bdf62160f861d04a9732514013d0f (diff)
s
-rw-r--r--Makefile.am5
-rwxr-xr-xmove.sh3
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
diff --git a/move.sh b/move.sh
index bbcfe05384..99f935b627 100755
--- a/move.sh
+++ b/move.sh
@@ -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() (