File: cos_stubs

package info (click to toggle)
omniorb-dfsg 4.2.5%2Bds1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,020 kB
  • sloc: cpp: 110,240; python: 24,939; ansic: 14,151; sh: 2,663; makefile: 40
file content (28 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Floris Bruynooghe <flub@devork.be>
Date: Fri, 18 Jun 2021 13:32:35 +0200
Subject: Enable all COS service stubs to be built

Bug-Debian: http://bugs.debian.org/107107
Forwarded: not-needed
Last-Update: 2010-08-08

Upstream does not build all COS stubs by default, our users do want
to have all of them available hower.
---
 src/services/mklib/libdefs.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/src/services/mklib/libdefs.mk
+++ b/src/services/mklib/libdefs.mk
@@ -1,9 +1,9 @@
 # Edit COS_INTERFACES to select which COS idl to build into the stub library.
 #
 # All the interfaces:
-#COS_INTERFACES = $(COS_ALL_INT)
+COS_INTERFACES = $(COS_ALL_INT)
 # Or just the Notification interfaces:
-COS_INTERFACES = $(TIMEBASE_INT) $(COS_EVT_INT) $(COS_NFY_INT) $(COS_LCB_INT)
+#COS_INTERFACES = $(TIMEBASE_INT) $(COS_EVT_INT) $(COS_NFY_INT) $(COS_LCB_INT)
 # Or pick your own subset
 # COS_INTERFACES = <pick you own subset from cosinterfaces.mk>