diff options
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 |