You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/10/29 16:28:58 UTC

[07/50] celix git commit: CELIX-237: remote_service_admin.h is dependent on export_registration.h, import_registration.h - so they should be exported as well

CELIX-237: remote_service_admin.h is dependent on export_registration.h, import_registration.h - so they should be exported as well


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/93902231
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/93902231
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/93902231

Branch: refs/heads/feature/CELIX-269_depman
Commit: 939022312e8f17e0e5e42dc7db68d0e1d96f5b59
Parents: e14cc7d
Author: Bjoern Petri <bp...@apache.org>
Authored: Wed Oct 14 15:25:28 2015 +0200
Committer: Bjoern Petri <bp...@apache.org>
Committed: Wed Oct 14 15:25:28 2015 +0200

----------------------------------------------------------------------
 remote_services/remote_service_admin/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/93902231/remote_services/remote_service_admin/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/remote_services/remote_service_admin/CMakeLists.txt b/remote_services/remote_service_admin/CMakeLists.txt
index 310dafa..9d0f4f7 100644
--- a/remote_services/remote_service_admin/CMakeLists.txt
+++ b/remote_services/remote_service_admin/CMakeLists.txt
@@ -25,6 +25,8 @@ install (FILES
         public/include/remote_endpoint.h
         public/include/remote_proxy.h
         public/include/remote_service_admin.h
+        public/include/export_registration.h
+        public/include/import_registration.h
         public/include/endpoint_description.h
         public/include/endpoint_listener.h
         public/include/remote_constants.h