X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=182eca69df6353804009d589fba8dc29f6fab398;hp=d6bc5a4faeb4e5585165920704cefbe162b7d7ab;hb=b5d3e1688133077ca20542a20dcd8919147e72e1;hpb=1b9e5b126359a2a2ec37de1f94f046093abc74b8 diff --git a/Makefile.am b/Makefile.am index d6bc5a4fa..182eca69d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ LIBSYSTEMD_JOURNAL_REVISION=5 LIBSYSTEMD_JOURNAL_AGE=11 LIBSYSTEMD_CURRENT=0 -LIBSYSTEMD_REVISION=1 +LIBSYSTEMD_REVISION=2 LIBSYSTEMD_AGE=0 # Dirs of external packages @@ -2453,6 +2453,7 @@ libsystemd_network_la_SOURCES = \ src/libsystemd-network/ipv4ll-internal.h libsystemd_network_la_LIBADD = \ + libsystemd-label.la \ libsystemd-internal.la \ libsystemd-shared.la @@ -2474,6 +2475,7 @@ test_dhcp_client_SOURCES = \ test_dhcp_client_LDADD = \ libsystemd-network.la \ + libsystemd-label.la \ libsystemd-internal.la \ libsystemd-shared.la @@ -4963,7 +4965,7 @@ kdbus-update: wget -N https://d-bus.googlecode.com/git/kdbus.h ) .PHONY: upload -upload: all distcheck +upload: all check dist cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/ scp systemd-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/ scp man/*.html tango:public/systemd-man/ @@ -4980,7 +4982,7 @@ doc-sync: all destdir-sphinx .PHONY: git-tag git-tag: - git tag "v$(VERSION)" -m "systemd $(VERSION)" + git tag -s "v$(VERSION)" -m "systemd $(VERSION)" .PHONY: install-tree install-tree: all