Added psppire-dialog and psppire-buttonbox widgets.
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index d92510bd567e5485d860ffb7d42e6cf8cfbfbb2b..35dd3285f17fea957427c41381d44fb43c9d4bd8 100644 (file)
--- a/Smake
+++ b/Smake
@@ -69,6 +69,7 @@ all: po/POTFILES.in
        echo '*' > gl/m4/.cvsignore
        test -d intl || mkdir intl
        echo '*' > intl/.cvsignore
+       libtoolize --force --automake
        autopoint --force
        aclocal -I m4 -I gl/m4
        autoconf
@@ -123,5 +124,6 @@ clean:
        rm -f config.h.in~
        find . -name Makefile.in -exec rm -f {} \; 
        rm -f compile
+       rm -f ltmain.sh
 
 .PHONY: all gettextize potfiles clean