Goodbye gettext, Welcome TinyGetText
[supertux.git] / Jamfile
1 SubDir TOP ;
2
3 # Decend into subdirs
4 SubInclude TOP lib ;
5 SubInclude TOP src ;
6 SubInclude TOP data ;
7
8 UseAutoconf ;
9
10 # for now...
11 Package INSTALL NEWS README COPYING AUTHORS ChangeLog ABOUT-NLS depcomp 
12         install-sh mkinstalldirs missing ;
13
14 Package Makefile.am src/Makefile.am lib/Makefile.am data/Makefile.am ;