blob: 744011abbe06246ee3628ba46ef286154835df00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: TAO_DynamicInterface
Description: TAO Dynamic Interface Library
Requires: TAO_Messaging, TAO_PI, TAO_CodecFactory, TAO_PortableServer, TAO_Valuetype, TAO_AnyTypeCode, TAO
Version: @VERSION@
Libs: -L${libdir} -lTAO_DynamicInterface
Cflags: -I${includedir}
|