X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=1d87bfd1a89a9447c1491f1cd9cd170ad7954df4;hp=31c0fca1836d566b2cc3ec8dfedaec03d2369a4e;hb=fc233a874bc93ac82bed7eda1d6967d6281a6fe2;hpb=b2d9e4f20075d355cd4fe091929bc336642aa50d diff --git a/Makefile.am b/Makefile.am index 31c0fca18..1d87bfd1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.am.inc + SUBDIRS = \ udev \ rules \ @@ -47,4 +49,5 @@ git-release: head -1 NEWS | grep -q "udev $(VERSION)" git commit -a -m "release $(VERSION)" cat .git/refs/heads/master > .git/refs/tags/$(VERSION) - git gc --prune + git gc + git prune