From: Lennart Poettering Date: Sat, 8 Jan 2011 01:34:55 +0000 (+0100) Subject: build-sys: prepare v16 X-Git-Tag: v16 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72d8e0e96a76e8b1035ef158ae425f04260b2325;p=systemd build-sys: prepare v16 --- diff --git a/Makefile.am b/Makefile.am index 3c10167c..91bcb0f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -633,8 +633,7 @@ test_env_replace_LDADD = \ test_strv_SOURCES = \ src/test-strv.c \ - src/specifier.c \ - src/specifier.h + src/specifier.c test_strv_CFLAGS = \ $(AM_CFLAGS) diff --git a/configure.ac b/configure.ac index 3127579d..e4520e78 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[15],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[16],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h])