X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=fc59b57c0f52796c7d8a976a08ef04e59eab533a;hb=1eae4c45c9d04314c927c8ac6323133414020ba3;hp=767baf7cd3acdf21835d216569d9cef465d4fc3b;hpb=114a50f898a89bd7784c215ac5df95ec8c45a905;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 767baf7cd..fc59b57c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1377,7 +1377,8 @@ libsystemd_daemon_la_CFLAGS = \ libsystemd_daemon_la_LDFLAGS = \ -shared \ - -version-info $(LIBSYSTEMD_DAEMON_CURRENT):$(LIBSYSTEMD_DAEMON_REVISION):$(LIBSYSTEMD_DAEMON_AGE) + -version-info $(LIBSYSTEMD_DAEMON_CURRENT):$(LIBSYSTEMD_DAEMON_REVISION):$(LIBSYSTEMD_DAEMON_AGE) \ + -Wl,--version-script=$(top_srcdir)/src/libsystemd-daemon.sym libsystemd_login_la_SOURCES = \ src/sd-login.c \ @@ -1389,7 +1390,8 @@ libsystemd_login_la_CFLAGS = \ libsystemd_login_la_LDFLAGS = \ -shared \ - -version-info $(LIBSYSTEMD_LOGIN_CURRENT):$(LIBSYSTEMD_LOGIN_REVISION):$(LIBSYSTEMD_LOGIN_AGE) + -version-info $(LIBSYSTEMD_LOGIN_CURRENT):$(LIBSYSTEMD_LOGIN_REVISION):$(LIBSYSTEMD_LOGIN_AGE) \ + -Wl,--version-script=$(top_srcdir)/src/libsystemd-login.sym libsystemd_login_la_LIBADD = \ libsystemd-basic.la