diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-08-24 17:28:00 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-08-24 17:28:00 +0100 |
commit | cd4c7fadf443d4bc00b862bf8f5689ec9509f69f (patch) | |
tree | 9ecb2104667236fb923116f14a44434843ba02c0 | |
parent | In the event of an error handling/processing SI table data, discard any progr... (diff) | |
download | p2pvr-cd4c7fadf443d4bc00b862bf8f5689ec9509f69f.tar.bz2 p2pvr-cd4c7fadf443d4bc00b862bf8f5689ec9509f69f.tar.xz p2pvr-cd4c7fadf443d4bc00b862bf8f5689ec9509f69f.zip |
debuginstallc shouldn't be built by default
-rw-r--r-- | p2pvr/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p2pvr/Jamfile.jam b/p2pvr/Jamfile.jam index d1fb45b..79ebcc1 100644 --- a/p2pvr/Jamfile.jam +++ b/p2pvr/Jamfile.jam @@ -11,6 +11,7 @@ build-project carddaemon ; build-project dvb/unittests ; explicit debuginstall ; +explicit debuginstallc ; install debuginstall : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./bin/testing ; install debuginstallc : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon ice//p2pvrice : <location>./bin/testingc ; alias finallib : |