This commit is contained in:
parent
f051b9a16e
commit
66215bb2dd
1 changed files with 8 additions and 1 deletions
|
@ -168,7 +168,14 @@ AC_SUBST(TARGET_HAVE_READLINE)
|
|||
#AC_SUBST(LIBXMLPP_LIBS)
|
||||
|
||||
|
||||
AC_CONFIG_FILES([Makefile src/Makefile src/lib/Makefile src/rle1/Makefile src/rle2/Makefile src/tests/Makefile])
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
src/Makefile
|
||||
src/lib/Makefile
|
||||
src/rle1/Makefile
|
||||
src/rle2/Makefile
|
||||
src/tests/Makefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
dnl configure.in ends here
|
||||
|
|
Loading…
Reference in a new issue