From: Peter Johnson Date: Sun, 19 Aug 2001 02:15:43 +0000 (-0000) Subject: Add new subdirectories for new src/ directory structures. X-Git-Tag: v0.1.0~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa49ca5544a35d3ef5a5f55ee778938b505065fa;p=yasm Add new subdirectories for new src/ directory structures. svn path=/trunk/yasm/; revision=134 --- diff --git a/configure.ac b/configure.ac index 1d0b9c6d..a78f47a6 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,7 @@ AM_PROG_CC_STDC AM_PROG_LEX AC_PROG_YACC AC_PROG_INSTALL +AC_PROG_RANLIB AC_HEADER_STDC @@ -30,4 +31,4 @@ AC_FUNC_VPRINTF AC_CHECK_FUNCS(memcpy toascii) AC_REPLACE_FUNCS(strdup strtoul) -AC_OUTPUT(Makefile src/Makefile) +AC_OUTPUT(Makefile src/Makefile src/parsers/Makefile src/parsers/nasm/Makefile src/preprocs/Makefile src/preprocs/raw/Makefile src/outfmts/Makefile src/outfmts/dbg/Makefile) diff --git a/configure.in b/configure.in index 1d0b9c6d..a78f47a6 100644 --- a/configure.in +++ b/configure.in @@ -20,6 +20,7 @@ AM_PROG_CC_STDC AM_PROG_LEX AC_PROG_YACC AC_PROG_INSTALL +AC_PROG_RANLIB AC_HEADER_STDC @@ -30,4 +31,4 @@ AC_FUNC_VPRINTF AC_CHECK_FUNCS(memcpy toascii) AC_REPLACE_FUNCS(strdup strtoul) -AC_OUTPUT(Makefile src/Makefile) +AC_OUTPUT(Makefile src/Makefile src/parsers/Makefile src/parsers/nasm/Makefile src/preprocs/Makefile src/preprocs/raw/Makefile src/outfmts/Makefile src/outfmts/dbg/Makefile)