diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 21:25:15 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 21:25:15 +0000 |
commit | 3458da101c943530861485c798538ce014eee6b0 (patch) | |
tree | 48c7b397bc04cf6a99585aa51d1a5689ab4962d8 | |
parent | cae06ca0ce523eeb9a667ce3ae5bff066cf6ecd7 (diff) |
- Conditionally include config.h in xc/lib/SM
- Add libSM to symlink.sh
- Add SM build system
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6944647..39fb712 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,4 +37,3 @@ iceinclude_HEADERS=\ $(top_srcdir)/include/X11/ICE/ICEmsg.h \ $(top_srcdir)/include/X11/ICE/ICEproto.h \ $(top_srcdir)/include/X11/ICE/ICEutil.h - |