From 7afbdecf5f3af25dc0bd66ae57882f221d64c348 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 18 Aug 2015 09:20:28 +0200 Subject: [PATCH] Fix distcheck --- Makefile.am | 22 ++++++++++++++++++++-- configure.ac | 4 ++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index f9d1c1ac5..761ba27b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -416,6 +416,7 @@ libelogind_shared_la_SOURCES = \ src/shared/cgroup-util.h \ src/shared/cgroup-show.c \ src/shared/cgroup-show.h \ + src/shared/logs-show.h \ src/shared/unit-name.c \ src/shared/unit-name.h \ src/shared/watchdog.c \ @@ -733,7 +734,23 @@ pkgconfiglib_DATA += \ src/libelogind/libelogind.pc pkginclude_HEADERS += \ - src/systemd/sd-login.h + src/systemd/sd-login.h \ + src/systemd/sd-messages.h \ + src/systemd/sd-journal.h \ + src/systemd/_sd-common.h + +EXTRA_DIST += \ + src/libelogind/libelogind.sym.m4 \ + src/libelogind/libelogind.pc.in \ + src/libelogind/sd-bus/DIFFERENCES \ + src/libelogind/sd-bus/GVARIANT-SERIALIZATION + +CLEANFILES += \ + src/libelogind/libelogind.sym + +BUILT_SOURCES += \ + src/libelogind/libelogind.sym + # ------------------------------------------------------------------------------ elogind_SOURCES = \ @@ -839,7 +856,8 @@ test_inhibit_LDADD = \ libelogind-shared.la test_login_tables_SOURCES = \ - src/login/test-login-tables.c + src/login/test-login-tables.c \ + src/shared/test-tables.h test_login_tables_LDADD = \ libelogind-core.la diff --git a/configure.ac b/configure.ac index 50da2b756..39e5bfed1 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.64]) # FIXME: Update to proper web page AC_INIT([elogind], - [219], + [219.0], [http://bugs.freedesktop.org/enter_bug.cgi?product=elogind], [elogind], [http://www.freedesktop.org/wiki/Software/elogind]) @@ -596,7 +596,7 @@ AS_IF([test "x${enable_split_usr}" = "xyes"], [ AM_CONDITIONAL([ENABLE_GTK_DOC_TESTS], [test "x$0" = "x./configure"], [Define to do gtk-doc tests]) AS_IF([test "x$0" != "x./configure"], [ - AC_SUBST([INTLTOOL_UPDATE], [/bin/true]) + AC_SUBST([INTLTOOL_UPDATE], [/usr/bin/env true]) ]) AC_ARG_ENABLE(tests, -- 2.30.2