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 /src/sm_client.c | |
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 'src/sm_client.c')
-rw-r--r-- | src/sm_client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sm_client.c b/src/sm_client.c index 028262e..02f9ccd 100644 --- a/src/sm_client.c +++ b/src/sm_client.c @@ -30,6 +30,9 @@ in this Software without prior written authorization from The Open Group. * Author: Ralph Mor, X Consortium */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/SM/SMlib.h> #include "SMlibint.h" #include "globals.h" |