X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=SConstruct;h=0ebc436441dffdff7a0837c4dc1b7aa2c6c016c9;hb=03be8a9caecaa6aa5fc8a5f902a840aaa05e58a1;hp=bbe03d11d2906971c7ec21d60cd399caa417756b;hpb=14986aadd87ae82372f531e9049a87a408642e2c;p=platform%2Fupstream%2Fiotivity.git diff --git a/SConstruct b/SConstruct index bbe03d1..0ebc436 100644 --- a/SConstruct +++ b/SConstruct @@ -62,6 +62,9 @@ if target_os not in ['arduino','darwin','ios', 'android']: # Build 'service' sub-project SConscript(build_dir + 'service/SConscript') +# Build "plugin interface" sub-project +SConscript(build_dir + 'plugins/SConscript') + # Append targets information to the help information, to see help info, execute command line: # $ scon [options] -h env.PrintTargets() @@ -70,3 +73,6 @@ env.PrintTargets() if target_os == 'arduino': env.UploadHelp() +# to install the generated pc file into custome prefix location +env.UserInstallTargetPCFile('iotivity.pc', 'iotivity.pc') +