X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=bb8fc475b4ae248f85acd4865095fc8a6145cf9e;hb=92daebc0d0268c35f416c1665e0da3d4be5dd69f;hp=5c6c0c11b9a7e6f167b411eb39da9e4fc9a60912;hpb=c9fdc26e96493175668fbde61a04fc70abff300d;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 5c6c0c11b..bb8fc475b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3667,9 +3667,11 @@ tests += \ test-mmap-cache \ test-catalog +if HAVE_COMPRESSION tests += \ test-compress \ test-compress-benchmark +endif pkginclude_HEADERS += \ src/systemd/sd-journal.h \ @@ -4497,6 +4499,25 @@ BUSNAMES_TARGET_WANTS += \ EXTRA_DIST += \ units/systemd-machined.service.in +libnss_mymachines_la_SOURCES = \ + src/nss-mymachines/nss-mymachines.sym \ + src/nss-mymachines/nss-mymachines.c + +libnss_mymachines_la_LDFLAGS = \ + $(AM_LDFLAGS) \ + -module \ + -export-dynamic \ + -avoid-version \ + -shared \ + -shrext .so.2 \ + -Wl,--version-script=$(top_srcdir)/src/nss-mymachines/nss-mymachines.sym + +libnss_mymachines_la_LIBADD = \ + libsystemd-shared.la \ + libsystemd-internal.la + +lib_LTLIBRARIES += \ + libnss_mymachines.la endif # ------------------------------------------------------------------------------ @@ -5640,7 +5661,8 @@ test-libsystemd-sym.c: \ src/systemd/sd-login.h \ src/systemd/sd-bus.h \ src/systemd/sd-utf8.h \ - src/systemd/sd-resolve.h + src/systemd/sd-resolve.h \ + src/systemd/sd-path.h $(generate-sym-test) test-libudev-sym.c: \