X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=bb8fc475b4ae248f85acd4865095fc8a6145cf9e;hb=1ca5fd003f5d3ffb32db581cb8d82d0721b5b12d;hp=734e5c148ec43f0766969cd2b869b3895f1a7f47;hpb=2de30868edab5b099cb1e5413e47ed11ded4cc63;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 734e5c148..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 # ------------------------------------------------------------------------------