diff options
-rw-r--r-- | icetray/Jamfile.jam | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/icetray/Jamfile.jam b/icetray/Jamfile.jam index 02e7ba3..f1978ec 100644 --- a/icetray/Jamfile.jam +++ b/icetray/Jamfile.jam @@ -1,3 +1,5 @@ +import package ; + lib adhocutil : : : : <include>/usr/include/adhocutil ; lib slicer : : : : <include>/usr/include/slicer ; lib slicer-db : : : : <include>/usr/include/slicer ; @@ -57,3 +59,6 @@ lib dryice : <include>. ; +package.install install : <install-source-root>. : : icetray : abstractDatabaseClient.h icetrayService.h ; +package.install installdryice : <install-source-root>. : : dryice : dryice.h ; + |