X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Smake;h=f73e4f5a09cb74e64a9fabbf3904a6adf65379f9;hb=2818b1ba8e2f9328760eaede858c45a0932198c3;hp=577e31ef47f319277ba2fdf2e72de3ae977757fb;hpb=089c9c7da5ca0a7e2bdcffd994d0e2858cfa2521;p=pspp diff --git a/Smake b/Smake index 577e31ef47..f73e4f5a09 100644 --- a/Smake +++ b/Smake @@ -55,7 +55,7 @@ GNULIB_MODULES = \ fwriteerror \ getline \ getpass \ - gettext \ + gettext-h \ gettimeofday \ getopt-gnu \ gitlog-to-changelog \ @@ -97,7 +97,7 @@ GNULIB_MODULES = \ strcasestr \ stpcpy \ strerror \ - strftime \ + nstrftime \ strsep \ strtod \ strtok_r \ @@ -138,6 +138,7 @@ GNULIB_MODULES = \ vsprintf-posix \ xalloc \ xalloc-die \ + xbinary-io \ xmalloca \ xmemdup0 \ xsize \ @@ -145,7 +146,10 @@ GNULIB_MODULES = \ xvasprintf APP_ICONS = \ +src/ui/gui/icons/16x16/apps/pspp.png \ +src/ui/gui/icons/32x32/apps/pspp.png \ src/ui/gui/icons/48x48/apps/pspp.png \ +src/ui/gui/icons/256x256/apps/pspp.png \ src/ui/gui/icons/scalable/apps/pspp.svg CATEGORY_ICONS = \ @@ -318,6 +322,7 @@ prep_ph: test -e ChangeLog || touch ChangeLog test -d m4 || mkdir m4 touch m4/Makefile.am + touch build-aux/config.rpath $(GNULIB_TOOL) --add-import --no-changelog --m4-base=gl/m4 \ --source-base=gl --lib=libgl --tests-base=tests \ --doc-base=gl/doc --aux-dir=build-aux \