summaryrefslogtreecommitdiff
path: root/p2pvr/dvb/Jamfile.jam
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2014-03-13 19:42:07 +0000
committerrandomdan <randomdan@localhost>2014-03-13 19:42:07 +0000
commitab1eee942e75874739ce5f0b4ba289aac5cc3faf (patch)
tree6e43828794fe0c0c5c9921ec1911695b67357c50 /p2pvr/dvb/Jamfile.jam
parentExpose more of the interface (diff)
downloadp2pvr-ab1eee942e75874739ce5f0b4ba289aac5cc3faf.tar.bz2
p2pvr-ab1eee942e75874739ce5f0b4ba289aac5cc3faf.tar.xz
p2pvr-ab1eee942e75874739ce5f0b4ba289aac5cc3faf.zip
Restructure into more sensibly arranged libs
Diffstat (limited to 'p2pvr/dvb/Jamfile.jam')
-rw-r--r--p2pvr/dvb/Jamfile.jam14
1 files changed, 14 insertions, 0 deletions
diff --git a/p2pvr/dvb/Jamfile.jam b/p2pvr/dvb/Jamfile.jam
new file mode 100644
index 0000000..c8f2fe0
--- /dev/null
+++ b/p2pvr/dvb/Jamfile.jam
@@ -0,0 +1,14 @@
+cpp-pch pch : pch.hpp :
+ <implicit-dependency>../ice//p2pvrice
+;
+
+lib p2pvrdvb :
+ pch
+ [ glob-tree *.cpp ]
+ :
+ <library>../ice//p2pvrice
+ <implicit-dependency>../ice//p2pvrice
+ : :
+ <implicit-dependency>../ice//p2pvrice
+ <include>.
+ ;