diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-11-26 14:06:02 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-11-26 14:06:02 +0000 |
commit | c33805bd08068ff7fa953290e3b889272582f15f (patch) | |
tree | f22d2a4023ff1a3c3c901a244a3da58d78ecba6a /include | |
parent | 9d0edb7f6cecdc0ba8e6ffaa264474a00d6e629b (diff) | |
download | ATCD-c33805bd08068ff7fa953290e3b889272582f15f.tar.gz |
ChangeLogTag: Wed Nov 26 13:52:46 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/build_example.bor | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/build_example.bor b/include/makeinclude/build_example.bor index b0b652d551d..0022a58740a 100644 --- a/include/makeinclude/build_example.bor +++ b/include/makeinclude/build_example.bor @@ -1,4 +1,4 @@ -# +# # Makefile for building the example executables # @@ -9,6 +9,7 @@ CFLAGS = \ $(TAO_CFLAGS) \ $(TAO_IORTABLE_CFLAGS) \ $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_MESSAGING_CFLAGS) \ $(TAO_SVC_UTILS_CFLAGS) \ $(TAO_NAMING_CFLAGS) \ $(TAO_VALUETYPE_CFLAGS) \ @@ -20,6 +21,7 @@ LIBFILES = \ $(TAO_LIB) \ $(TAO_IORTABLE_LIB) \ $(TAO_PORTABLESERVER_LIB) \ + $(TAO_MESSAGING_LIB) \ $(TAO_SVC_UTILS_LIB) \ $(TAO_NAMING_LIB) \ $(TAO_VALUETYPE_LIB) \ |