summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-01-08 02:34:55 +0100
committerLennart Poettering <lennart@poettering.net>2011-01-08 02:34:55 +0100
commitc292c495fbf67c86a89685b879bd13d7d56b333c (patch)
tree49b59b79e024fcb9f6ebd4351497af244ca577fb
parent47ae6e6760301ecae086e984b0b23f2db9663b28 (diff)
build-sys: prepare v16v16
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3c10167c6..91bcb0f0a 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 3127579d3..e4520e782 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])