X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=84537ef08561f7011d846e256f095e487106e3b1;hb=5282b76bcbd0501c1227b36e4d451f340388eca5;hp=3994a302b650b7d5c5f89a10db484b010adc1aa1;hpb=015e221b0f8578afee769528572c76387f26c629;p=pspp-builds.git diff --git a/Smake b/Smake index 3994a302..84537ef0 100644 --- a/Smake +++ b/Smake @@ -5,10 +5,12 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ + argp \ assert \ byteswap \ c-ctype \ c-strtod \ + close \ crypto/md4 \ dirname \ environ \ @@ -110,6 +112,7 @@ gettextize: po/POTFILES.in: for f in `find src \( -name \*.[qc] -o -name \*.glade \) ! -name .\* -print` ; do \ if test $$f = src/libpspp/version.c; then continue; fi; \ + if test $$f = src/ui/gui/psppire-marshal.c; then continue; fi; \ if test -e `dirname $$f`/`basename $$f .c`.q ; then continue; fi; \ echo $$f ; \ done | sort | uniq > $@.tmp