summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-03-08 19:48:28 -0500
committerChase Douglas <chase.douglas@canonical.com>2012-03-09 07:13:06 -0800
commit3a8d82db172612f6071b0ab5423828ff6daad2b7 (patch)
tree878159729f3572578dc03a7e0211e4875e62f843
parent23ce7387c7a762626aef6ffb2c3970a714716595 (diff)
config: merge both AC_CONFIG_FILES statements.
Typically all modules have a single statement unless some output files are conditionally generated. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 9b2dee0..9d04d40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,12 +53,11 @@ AS_IF([test "x$with_evemu" == xyes],
AM_CONDITIONAL([HAVE_EVEMU], [test "x$have_evemu" = "xyes"])
AC_CONFIG_FILES([Makefile
- xorg-gtest.pc])
-
-AC_CONFIG_FILES([data/Makefile
+ data/Makefile
doc/Makefile
examples/Makefile
include/Makefile
- src/Makefile])
+ src/Makefile
+ xorg-gtest.pc])
AC_OUTPUT