diff -Nru WindowMaker-0.62.1/WINGs/Makefile.am WindowMaker-0.62.1.new/WINGs/Makefile.am --- WindowMaker-0.62.1/WINGs/Makefile.am Tue Aug 8 00:51:57 2000 +++ WindowMaker-0.62.1.new/WINGs/Makefile.am Tue Aug 8 00:41:38 2000 @@ -10,11 +10,12 @@ -lm @LIBPL@ -#lib_LTLIBRARIES = libWINGs.la +lib_LTLIBRARIES = libWINGs.la libWUtil.la -lib_LIBRARIES = libWINGs.a libWUtil.a +#lib_LIBRARIES = libWINGs.a libWUtil.la -#libWINGs_la_LDFLAGS = -version-info 1:1:0 +libWINGs_la_LDFLAGS = -version-info 1:1:0 +libWUtil_la_LDFLAGS = -version-info 1:1:0 include_HEADERS = WINGs.h WUtil.h WINGsP.h @@ -24,39 +25,39 @@ testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h -testmywidget_LDADD = libWINGs.a $(LIBLIST) +testmywidget_LDADD = libWINGs.la $(LIBLIST) fontl_SOURCES = fontl.c -fontl_LDADD = libWINGs.a $(LIBLIST) +fontl_LDADD = libWINGs.la $(LIBLIST) wtest_SOURCES = wtest.c -wtest_LDADD = libWINGs.a $(LIBLIST) +wtest_LDADD = libWINGs.la $(LIBLIST) -wtest_DEPENDENCIES = libWINGs.a +wtest_DEPENDENCIES = libWINGs.la wmfile_SOURCES = wmfile.c -wmfile_LDADD = libWINGs.a $(LIBLIST) +wmfile_LDADD = libWINGs.la $(LIBLIST) testcolorpanel_SOURCES = testcolorpanel.c -testcolorpanel_LDADD = libWINGs.a $(LIBLIST) +testcolorpanel_LDADD = libWINGs.la $(LIBLIST) wmquery_SOURCES = wmquery.c -wmquery_LDADD = libWINGs.a $(LIBLIST) +wmquery_LDADD = libWINGs.la $(LIBLIST) connect_SOURCES = connect.c -connect_LDADD = libWUtil.a @LIBRARY_SEARCH_PATH@ @NETLIBS@ @LIBPL@ +connect_LDADD = libWUtil.la @LIBRARY_SEARCH_PATH@ @NETLIBS@ @LIBPL@ EXTRA_DIST = logo.xpm BUGS # wbutton.c -libWINGs_a_SOURCES = \ +libWINGs_la_SOURCES = \ WINGs.h \ WINGsP.h \ configuration.c \ @@ -108,7 +109,7 @@ usleep.c -libWUtil_a_SOURCES = \ +libWUtil_la_SOURCES = \ WINGs.h \ WINGsP.h \ bagarray.c \ diff -Nru WindowMaker-0.62.1/src/Makefile.am WindowMaker-0.62.1.new/src/Makefile.am --- WindowMaker-0.62.1/src/Makefile.am Fri Jan 14 17:30:56 2000 +++ WindowMaker-0.62.1.new/src/Makefile.am Tue Aug 8 00:52:09 2000 @@ -114,7 +114,7 @@ wmaker_LDADD = \ - $(top_builddir)/WINGs/libWINGs.a\ + $(top_builddir)/WINGs/libWINGs.la\ $(top_builddir)/wrlib/libwraster.la\ @LIBRARY_SEARCH_PATH@ \ @LIBPL@ \ diff -Nru WindowMaker-0.62.1/test/Makefile.am WindowMaker-0.62.1.new/test/Makefile.am --- WindowMaker-0.62.1/test/Makefile.am Tue Aug 8 00:51:57 2000 +++ WindowMaker-0.62.1.new/test/Makefile.am Tue Aug 8 00:41:38 2000 @@ -8,7 +8,7 @@ wtest_SOURCES = wtest.c -wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@ +wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@ INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib diff -Nru WindowMaker-0.62.1/util/Makefile.am WindowMaker-0.62.1.new/util/Makefile.am --- WindowMaker-0.62.1/util/Makefile.am Tue Aug 8 00:51:57 2000 +++ WindowMaker-0.62.1.new/util/Makefile.am Tue Aug 8 00:41:38 2000 @@ -31,7 +31,7 @@ geticonset_LDADD= $(liblist) wmsetbg_LDADD = \ - $(top_builddir)/WINGs/libWINGs.a \ + $(top_builddir)/WINGs/libWINGs.la \ $(top_builddir)/wrlib/libwraster.la \ @LIBRARY_SEARCH_PATH@ \ @LIBPL@ \ diff -Nru WindowMaker-0.62.1/wmlib/Makefile.am WindowMaker-0.62.1.new/wmlib/Makefile.am --- WindowMaker-0.62.1/wmlib/Makefile.am Tue Aug 8 00:51:57 2000 +++ WindowMaker-0.62.1.new/wmlib/Makefile.am Tue Aug 8 00:41:38 2000 @@ -1,13 +1,13 @@ AUTOMAKE_OPTIONS = no-dependencies -lib_LIBRARIES = libWMaker.a +lib_LTLIBRARIES = libWMaker.la include_HEADERS = WMaker.h INCLUDES = @DFLAGS@ @XCFLAGS@ -libWMaker_a_SOURCES = \ +libWMaker_la_SOURCES = \ menu.c \ app.c \ event.c \ @@ -15,3 +15,4 @@ app.h \ menu.h +libWMaker_la_LDFLAGS = -version-info 1:1:1 diff -Nru WindowMaker-0.62.1/WPrefs.app/Makefile.am WindowMaker-0.62.1.new/WPrefs.app/Makefile.am --- WindowMaker-0.62.1/WPrefs.app/Makefile.am Sun Apr 2 23:18:15 2000 +++ WindowMaker-0.62.1.new/WPrefs.app/Makefile.am Tue Aug 8 01:20:38 2000 @@ -48,10 +48,10 @@ -I$(top_srcdir)/wrlib \ -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ -WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a +WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la WPrefs_LDADD = \ - $(top_builddir)/WINGs/libWINGs.a\ + $(top_builddir)/WINGs/libWINGs.la\ $(top_builddir)/wrlib/libwraster.la \ @LIBRARY_SEARCH_PATH@ \ @LIBPL@ \