summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-06-18 21:33:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-06-18 21:33:38 +0100
commit3ed37245919e9490a9c696829a922b4d95477072 (patch)
tree3e37c18be3617ccc40a762be664e8eb86c5af937
parentThe slicer feature should not be propergated, it's library specific whether i... (diff)
downloadp2pvr-3ed37245919e9490a9c696829a922b4d95477072.tar.bz2
p2pvr-3ed37245919e9490a9c696829a922b4d95477072.tar.xz
p2pvr-3ed37245919e9490a9c696829a922b4d95477072.zip
Add finallib targets for ebuild and build p2comp by default
-rw-r--r--p2pvr/Jamfile.jam8
1 files changed, 7 insertions, 1 deletions
diff --git a/p2pvr/Jamfile.jam b/p2pvr/Jamfile.jam
index 61e1252..0504b65 100644
--- a/p2pvr/Jamfile.jam
+++ b/p2pvr/Jamfile.jam
@@ -51,10 +51,16 @@ alias p2daemonlib : glibmm : : :
;
build-project daemon ;
build-project carddaemon ;
+build-project p2comp ;
explicit debuginstall ;
install debuginstall : p2comp//p2pvrp2comp dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemonbase//p2pvrdaemonbase daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./testing ;
-package.install install : : : p2comp carddaemon daemon ;
+alias finallib :
+ p2comp//p2pvrp2comp
+ carddaemon//p2pvrcarddaemon
+ daemon//p2pvrdaemon
+ ;
+package.install install : : : finallib ;
type.register SQL : sql ;