diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 21:25:16 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 21:25:16 +0000 |
commit | 0b4b811191a1e74356b7ff78a09107e29a7ef695 (patch) | |
tree | 768103a94f00e51c47c5c69eeaa0a124cf9368ac /sm.pc.in | |
parent | 5004ef0b757c1cd7e4ceaa1759914f938d5ea295 (diff) |
- Conditionally include config.h in xc/lib/SMXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_10
- Add libSM to symlink.sh
- Add SM build system
Diffstat (limited to 'sm.pc.in')
-rw-r--r-- | sm.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sm.pc.in b/sm.pc.in new file mode 100644 index 0000000..10f8a1c --- /dev/null +++ b/sm.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: SM +Description: X Session Management Library +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lSM @SM_LIBS@ +Cflags: -I${includedir} @SM_CFLAGS@ |