From fd7a7e7882b125dfebde3791a52e04e742da0251 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Mon, 30 Jun 2014 14:30:29 +0200 Subject: [PATCH] One line per Makefile. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b2b56815..38be8392 100644 --- a/configure.ac +++ b/configure.ac @@ -162,7 +162,8 @@ AC_DEFINE_UNQUOTED(PACKAGE_VERSION, ["$PACKAGE_VERSION"], [Define to the version AC_DEFINE_UNQUOTED(PACKAGE_STRING, ["$PACKAGE_STRING"], [Define to the full name and version of this package.]) AC_CONFIG_FILES([ - Makefile src/styles/Makefile + Makefile + src/styles/Makefile src/i18n/Makefile ]) AC_OUTPUT