From 0b4b811191a1e74356b7ff78a09107e29a7ef695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Tue, 17 May 2005 21:25:16 +0000 Subject: - Conditionally include config.h in xc/lib/SM - Add libSM to symlink.sh - Add SM build system --- src/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..678879d --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,24 @@ +lib_LTLIBRARIES=libSM.la + +AM_CFLAGS= -I${top_srcdir}/include $(SM_CFLAGS) + +libSM_la_LDFLAGS = -version-info 6:1:0 -no-undefined + +libSM_la_LIBADD = $(SM_LIBS) + +libSM_la_SOURCES = \ + SMlibint.h \ + globals.h \ + sm_auth.c \ + sm_client.c \ + sm_error.c \ + sm_genid.c \ + sm_manager.c \ + sm_misc.c \ + sm_process.c + +smincludedir=$(includedir)/X11/SM +sminclude_HEADERS=\ + $(top_srcdir)/include/X11/SM/SM.h \ + $(top_srcdir)/include/X11/SM/SMlib.h \ + $(top_srcdir)/include/X11/SM/SMproto.h -- cgit v1.2.3