X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FJamfile;h=2fc35cd2f12c4e972c6bc6a7610c73c1819016b8;hb=3e86b3d0c8c9ed1137e8716fcecbcd0ca67bea7b;hp=63712516864e931fc2181b971ee8e7e0083f754e;hpb=7b74666be6929322c6a603a6edd0131378f4c144;p=supertux.git diff --git a/src/Jamfile b/src/Jamfile index 637125168..2fc35cd2f 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -20,7 +20,7 @@ sources = [ Wildcard trigger : *.cpp *.hpp ] [ Wildcard video : *.cpp *.hpp ] [ Wildcard worldmap : *.cpp *.hpp ] - [ Wildcard obstack : *.c *.h ] + [ Wildcard obstack : *.c *.h *.hpp ] ; TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ; @@ -31,4 +31,5 @@ LinkWith supertux : squirrel ; ExternalLibs supertux : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC LIBCURL ; Help supertux : "Build the supertux executable" ; IncludeDir supertux : squirrel/include squirrel ; +Package [ Wildcard scripting : *.cpp *.hpp ] ;