diff options
Diffstat (limited to 'lib/libXaw/src/Makefile.am')
-rw-r--r-- | lib/libXaw/src/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libXaw/src/Makefile.am b/lib/libXaw/src/Makefile.am index b5f2bd145..fb39988d1 100644 --- a/lib/libXaw/src/Makefile.am +++ b/lib/libXaw/src/Makefile.am @@ -1,13 +1,5 @@ lib_LTLIBRARIES = -# -# 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 - COMMON_SOURCES = \ Actions.c \ AllWidgets.c \ @@ -138,5 +130,3 @@ endif endif endif - -EXTRA_DIST = sharedlib.c |