- added Category support to the opensync plugin
[barry.git] / gui / buildgen.sh
blobead2b5542bf68f7b6b6073c370c88101bed73505
1 #!/bin/sh
4 # Generates the build system.
7 if [ "$1" = "clean" ] ; then
8 rm -rf autom4te.cache
9 rm -f Makefile.in aclocal.m4 config.guess config.h.in config.sub \
10 configure depcomp install-sh ltmain.sh missing \
11 src/Makefile.in src/*.bak src/*.gladep
12 else
13 autoreconf -if
14 #autoreconf -ifv