Install headers for external protocols.
This commit is contained in:
parent
6f8d9c5f50
commit
d03a6fb884
1
Jamfile
1
Jamfile
|
@ -7,3 +7,4 @@ SubInclude TOP protocols ;
|
||||||
SubInclude TOP smileys ;
|
SubInclude TOP smileys ;
|
||||||
|
|
||||||
UninstallTarget $(CAYA_DIRECTORY) ;
|
UninstallTarget $(CAYA_DIRECTORY) ;
|
||||||
|
UninstallTarget $(COMMON_INCLUDE_DIRECTORY)/caya ;
|
||||||
|
|
|
@ -63,3 +63,7 @@ Depends Caya : librunview.a ;
|
||||||
Depends Caya : libsupport.a ;
|
Depends Caya : libsupport.a ;
|
||||||
|
|
||||||
InstallBin $(CAYA_DIRECTORY) : Caya ;
|
InstallBin $(CAYA_DIRECTORY) : Caya ;
|
||||||
|
|
||||||
|
InstallFile $(COMMON_INCLUDE_DIRECTORY)/caya : CayaConstants.h ;
|
||||||
|
InstallFile $(COMMON_INCLUDE_DIRECTORY)/caya : CayaProtocol.h ;
|
||||||
|
InstallFile $(COMMON_INCLUDE_DIRECTORY)/caya : CayaProtocolMessages.h ;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2009, Pier Luigi Fiorini. All rights reserved.
|
* Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
|
|
Ŝarĝante…
Reference in New Issue