diff options
Diffstat (limited to 'ice.pc.in')
-rw-r--r-- | ice.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ice.pc.in b/ice.pc.in new file mode 100644 index 0000000..3c8ee84 --- /dev/null +++ b/ice.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: ICE +Description: X Inter Client Exchange Library +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lICE @ICE_LIBS@ +Cflags: -I${includedir} @ICE_CFLAGS@ |