From f2dd6934c38414bc448ee49b47604f135f5487ea Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 16 Nov 2013 19:35:15 -0800 Subject: Stop compiling empty sm_auth.c stub File exists as a placeholder in case someone someday decides to add additional auth methods on top of what libICE provides, but it's been two decades and no one has, so stop spending time compiling & linking for now. Signed-off-by: Alan Coopersmith Reviewed-by: Adam Jackson --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a094ccc..ace113b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,6 @@ endif libSM_la_SOURCES = \ SMlibint.h \ - sm_auth.c \ sm_client.c \ sm_error.c \ sm_genid.c \ @@ -25,6 +24,8 @@ libSM_la_SOURCES = \ sm_misc.c \ sm_process.c +EXTRA_DIST = sm_auth.c + smincludedir=$(includedir)/X11/SM sminclude_HEADERS=\ $(top_srcdir)/include/X11/SM/SM.h \ -- cgit v1.2.1