X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=7aac5a86c1e6312afd76c5e0781860379b1a737d;hb=65e61cc92b48297625bc71cf31b8a19e301eb6c1;hp=031e486186e047d488cded1f015759afd5fda6db;hpb=b3cd77d4190ad01f3297eb82ffb5053c536a427a;p=pspp diff --git a/Smake b/Smake index 031e486186..7aac5a86c1 100644 --- a/Smake +++ b/Smake @@ -8,6 +8,7 @@ GNULIB_MODULES = \ alloca \ alloca-opt \ assert \ + byteswap \ c-ctype \ c-strtod \ exit \ @@ -26,10 +27,10 @@ GNULIB_MODULES = \ memcmp \ memmem \ memmove \ + mempcpy \ memset \ progname \ readlink \ - restrict \ snprintf \ stat-macros \ stdarg \ @@ -51,6 +52,8 @@ GNULIB_MODULES = \ xalloc \ xalloc-die \ xreadlink \ + xsize \ + xstrndup \ xvasprintf all: po/POTFILES.in @@ -58,7 +61,7 @@ all: po/POTFILES.in touch m4/Makefile.am $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \ --source-base=gl --lib=libgl --tests-base=tests \ - --import $(GNULIB_MODULES) + --doc-base=gl/doc --import $(GNULIB_MODULES) autopoint --force aclocal -I m4 -I gl/m4 autoconf