diff --git a/configure.ac b/configure.ac index 753f450..8f5f2c9 100644 --- a/configure.ac +++ b/configure.ac @@ -74,8 +74,5 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then fi AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) -AC_CONFIG_FILES([ - Makefile - src/Makefile -]) +AC_CONFIG_FILES([Makefile src/Makefile]) AC_OUTPUT