X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=03a65bf08454b91c57bc829568090315249eae7b;hp=08b94d7b1483f7d1e662e6d3a937e95e7d56b893;hb=f0f2e63bb2d5cd27e6a2464ee46a670a3159c5da;hpb=bcfce235a3d757f0ec3b0c01e8583382db1adfe2 diff --git a/Makefile.am b/Makefile.am index 08b94d7b1..03a65bf08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4245,7 +4245,8 @@ id128_la_LDFLAGS = \ id128_la_LIBADD = \ $(PYTHON_DEVEL_LIBS) \ - libsystemd.la + libsystemd.la \ + libsystemd-shared.la _daemon_la_SOURCES = \ src/python-systemd/_daemon.c \ @@ -4266,7 +4267,8 @@ _daemon_la_LDFLAGS = \ _daemon_la_LIBADD = \ $(PYTHON_DEVEL_LIBS) \ - libsystemd.la + libsystemd.la \ + libsystemd-shared.la _reader_la_SOURCES = \ src/python-systemd/_reader.c \