diff options
-rw-r--r-- | p2pvr/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/Jamfile.jam b/p2pvr/Jamfile.jam index b084b3b..3eced89 100644 --- a/p2pvr/Jamfile.jam +++ b/p2pvr/Jamfile.jam @@ -11,7 +11,7 @@ build-project carddaemon ; build-project dvb/unittests ; explicit debuginstall ; -install debuginstall : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./testing ; +install debuginstall : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./bin/testing ; alias finallib : carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon |