diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 11:32:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 11:32:21 -0800 |
commit | 79134895d2c9c3a5ed26f560641adf45da677f67 (patch) | |
tree | 662545e2d0169f9eec31ff1cddfcdbcbf6a3ba15 /src/Makefile.am | |
parent | 095c47c644edac28d1cb28f91191ae25c4357b90 (diff) |
Remove unused sharedlib.c
It was only built by Imake if SUNSHLIB was defined.
SUNSHLIB was only set in the Imake configs for SunOS versions < 5
(i.e. before Solaris 2.0).
It has never been used in the autoconf builds.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9423839..cfe11ab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,14 +11,6 @@ AM_CPPFLAGS = \ -I${top_srcdir}/include \ $(XAW3D_CPPFLAGS) -# -# This doesn't appear to be used on any -# current systems -- it requires SUNSHLIB and !SHAREDCODE, -# but only sunLib.rules defines SUNSHLIB and that file also -# always defines SHAREDCODE. Go figure -# -# SHAREDLIB_SOURCES = sharedlib.c - if XAW_INTERNATIONALIZATION I18N_SRCS = MultiSrc.c MultiSink.c XawIm.c XawI18n.c XawI18n.h endif @@ -77,4 +69,4 @@ BUILT_SOURCES = laygram.h dist_doc_DATA = README.XAW3D -EXTRA_DIST = sharedlib.c Template.c +EXTRA_DIST = Template.c |