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 3eced89..d1fb45b 100644 --- a/p2pvr/Jamfile.jam +++ b/p2pvr/Jamfile.jam @@ -12,6 +12,7 @@ build-project dvb/unittests ; explicit debuginstall ; 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 : carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon |