Experiments with Addon Manager. To try it out, install libcurl-dev and re-run ./autog...
[supertux.git] / src / Jamfile
index c401c98..ef13706 100644 (file)
@@ -8,6 +8,7 @@ sources =
     [ Wildcard audio : *.cpp *.hpp ]
     [ Wildcard audio/newapi : *.cpp *.hpp ]
     [ Wildcard badguy : *.cpp *.hpp ]
+    [ Wildcard binreloc : *.c *.h ]
     [ Wildcard control : *.cpp *.hpp ]
     [ Wildcard gui : *.cpp *.hpp ]
     [ Wildcard lisp : *.cpp *.hpp ]
@@ -24,9 +25,9 @@ TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ;
 
 #Application supertux : $(sources) $(wrapper_objects) ;
 Application supertux : $(sources) $(wrapper_objects) : linkerfile ;
-C++Flags supertux : -DAPPDATADIR='\"$(appdatadir)\"' ;
+C++Flags supertux : -DAPPDATADIR=\'\"$(appdatadir)\"\' ;
 LinkWith supertux : squirrel ;
-ExternalLibs supertux : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC ;
+ExternalLibs supertux : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC LIBCURL ;
 Help supertux : "Build the supertux executable" ;
 IncludeDir supertux : squirrel/include squirrel ;