X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=2a0c76085882fdaf2e6368703f5b6271c4cb5dd7;hb=039c931bcd7a6aaf7fb7a8b48b41e2bfb0e6f485;hp=840e8f3a1d54ccd7d180929aa1de584033a6fd80;hpb=b96ed50e3493103d075ff2ce4c3fbad8f26b2e22;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 840e8f3a1..2a0c76085 100644 --- a/Makefile.am +++ b/Makefile.am @@ -446,7 +446,6 @@ libshared_la_SOURCES = \ src/shared/spawn-polkit-agent.h \ src/shared/clean-ipc.c \ src/shared/clean-ipc.h \ - src/shared/utmp-wtmp.h \ src/shared/bus-util.c \ src/shared/bus-util.h @@ -660,7 +659,6 @@ libelogind_core_la_SOURCES = \ src/login/logind-session-dbus.c \ src/login/logind-seat-dbus.c \ src/login/logind-user-dbus.c \ - src/login/logind-utmp.c \ src/login/logind-acl.h \ src/core/cgroup.h \ src/core/cgroup.c \ @@ -998,7 +996,7 @@ git-tar: for f in `find elogind-$(VERSION)-raw/ -type f | cut -d '/' -f 2-` ; do \ $(MKDIR_P) elogind-$(VERSION)/`dirname $$f` ; \ $(AWK) 'BEGIN { i=0;e=0 } \ - /^#if\s+0\s*$$/ { i=1;next } \ + /^#if\s+0.*elogind.*$$/ { i=1;next } \ /^#else\s*$$/ { \ { if ( i==1 ) e=1; else print }{next} \ } \