diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-02-15 23:13:53 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-02-16 00:11:35 +0100 |
commit | a7e579cd7b46d4da3b3b271ecbf0e0eff98b7c3f (patch) | |
tree | 225830eced659753ebd6fbdf3b04b38a652ca2c3 /configure.ac | |
parent | dc9e28f3a690fe66c6a1a9d3359d35d802264c3b (diff) |
meson,data: generate test service file
The test service file is used in the test-plugin-generic unit tests,
which require the ModemManager daemon to be launched in a private test
DBus session.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b4c14804..6ffa5128 100644 --- a/configure.ac +++ b/configure.ac @@ -221,6 +221,12 @@ if test "x$with_systemdsystemunitdir" != xno; then fi AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$SYSTEMD_UNIT_DIR" -a "$SYSTEMD_UNIT_DIR" != xno ]) + +dnl subdir where plugins are built w.r.t abs_top_builddir, just because it's +dnl different to what meson does +PLUGIN_BUILD_SUBDIR="plugins/.libs" +AC_SUBST(PLUGIN_BUILD_SUBDIR) + dnl----------------------------------------------------------------------------- dnl udev support (enabled by default) dnl |