File: cos_stubs

package info (click to toggle)
omniorb-dfsg 4.2.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 14,628 kB
  • sloc: cpp: 109,677; python: 24,939; ansic: 14,136; sh: 2,743; makefile: 96
file content (22 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Enable all COS service stubs to be built
 Upstream does not build all COS stubs by default, our users do want
 to have all of them available hower.
Bug-Debian: http://bugs.debian.org/107107
Forwarded: not-needed
Author: Floris Bruynooghe <flub@devork.be>
Last-Update: 2010-08-08

--- 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>