Browse Source

One line per Makefile.

pull/54/head
Joachim Bauch 11 years ago
parent
commit
fd7a7e7882
  1. 3
      configure.ac

3
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_DEFINE_UNQUOTED(PACKAGE_STRING, ["$PACKAGE_STRING"], [Define to the full name and version of this package.])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile src/styles/Makefile Makefile
src/styles/Makefile
src/i18n/Makefile src/i18n/Makefile
]) ])
AC_OUTPUT AC_OUTPUT

Loading…
Cancel
Save