diff options
-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 : |