]> git.pld-linux.org Git - packages/WindowMaker.git/blob - WindowMaker-shared.patch
Window Maker patch: build shared libs
[packages/WindowMaker.git] / WindowMaker-shared.patch
1 diff -ru WindowMaker-0.52.0/WINGs/Makefile.am WindowMaker-0.52.0.pld/WINGs/Makefile.am
2 --- WindowMaker-0.52.0/WINGs/Makefile.am        Thu Apr  1 18:49:35 1999
3 +++ WindowMaker-0.52.0.pld/WINGs/Makefile.am    Wed Apr  7 22:36:16 1999
4 @@ -10,11 +10,11 @@
5         -lm @LIBPL@
6  
7  
8 -#lib_LTLIBRARIES = libWINGs.la
9 +lib_LTLIBRARIES = libWINGs.la
10  
11 -lib_LIBRARIES = libWINGs.a
12 +#lib_LIBRARIES = libWINGs.a
13  
14 -#libWINGs_la_LDFLAGS = -version-info 1:1:0
15 +libWINGs_la_LDFLAGS = -version-info 1:1:0
16  
17  include_HEADERS = WINGs.h WUtil.h WINGsP.h
18  
19 @@ -23,40 +23,40 @@
20  
21  testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h
22  
23 -testmywidget_LDADD = libWINGs.a $(LIBLIST)
24 +testmywidget_LDADD = libWINGs.la $(LIBLIST)
25  
26  fontl_SOURCES = fontl.c
27  
28 -fontl_LDADD = libWINGs.a $(LIBLIST)
29 +fontl_LDADD = libWINGs.la $(LIBLIST)
30  
31  wtest_SOURCES = wtest.c
32  
33 -wtest_LDADD = libWINGs.a $(LIBLIST)
34 +wtest_LDADD = libWINGs.la $(LIBLIST)
35  
36 -wtest_DEPENDENCIES = libWINGs.a
37 +wtest_DEPENDENCIES = libWINGs.la
38  
39  wmfile_SOURCES = wmfile.c 
40  
41 -wmfile_LDADD = libWINGs.a $(LIBLIST)
42 +wmfile_LDADD = libWINGs.la $(LIBLIST)
43         
44  testcolorpanel_SOURCES = testcolorpanel.c
45  
46 -testcolorpanel_LDADD = libWINGs.a $(LIBLIST)
47 +testcolorpanel_LDADD = libWINGs.la $(LIBLIST)
48  
49  testnot_SOURCES = testnot.c
50  
51 -testnot_LDADD = libWINGs.a $(LIBLIST)
52 +testnot_LDADD = libWINGs.la $(LIBLIST)
53  
54  
55  wmquery_SOURCES = wmquery.c 
56  
57 -wmquery_LDADD = libWINGs.a $(LIBLIST)
58 +wmquery_LDADD = libWINGs.la $(LIBLIST)
59  
60  
61  EXTRA_DIST = logo.xpm 
62  
63  # wbutton.c 
64 -libWINGs_a_SOURCES =   \
65 +libWINGs_la_SOURCES =  \
66         WINGs.h \
67         WINGsP.h \
68         configuration.c \
69 diff -ru WindowMaker-0.52.0/src/Makefile.am WindowMaker-0.52.0.pld/src/Makefile.am
70 --- WindowMaker-0.52.0/src/Makefile.am  Thu Apr  1 18:49:35 1999
71 +++ WindowMaker-0.52.0.pld/src/Makefile.am      Wed Apr  7 22:36:16 1999
72 @@ -108,7 +108,7 @@
73  
74  
75  wmaker_LDADD = \
76 -       $(top_builddir)/WINGs/libWINGs.a\
77 +       $(top_builddir)/WINGs/libWINGs.la\
78         $(top_builddir)/wrlib/libwraster.la\
79         @LIBRARY_SEARCH_PATH@ \
80         @LIBPL@ \
81 diff -ru WindowMaker-0.52.0/test/Makefile.am WindowMaker-0.52.0.pld/test/Makefile.am
82 --- WindowMaker-0.52.0/test/Makefile.am Thu Apr  1 18:49:35 1999
83 +++ WindowMaker-0.52.0.pld/test/Makefile.am     Wed Apr  7 22:36:16 1999
84 @@ -8,7 +8,7 @@
85  
86  wtest_SOURCES = wtest.c
87  
88 -wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@ 
89 +wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@ 
90  
91  
92  INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib 
93 --- WindowMaker-0.52.0/wmlib/Makefile.am        Thu Apr  1 18:49:35 1999
94 +++ WindowMaker-0.52.0.pld/wmlib/Makefile.am    Wed Apr  7 22:36:16 1999
95 @@ -1,13 +1,13 @@
96  
97  AUTOMAKE_OPTIONS = no-dependencies
98  
99 -lib_LIBRARIES = libWMaker.a
100 +lib_LTLIBRARIES = libWMaker.la
101  
102  include_HEADERS = WMaker.h
103  
104  INCLUDES = @DFLAGS@ @XCFLAGS@
105  
106 -libWMaker_a_SOURCES =  \
107 +libWMaker_la_SOURCES =         \
108         menu.c          \
109         app.c           \
110         event.c         \
111 @@ -15,3 +15,4 @@
112         app.h           \
113         menu.h  
114  
115 +libWMaker_la_LDFLAGS = -version-info 1:1:1
116 diff -ru WindowMaker-0.52.0.old/util/Makefile.am WindowMaker-0.52.0/util/Makefile.am
117 --- WindowMaker-0.52.0.old/util/Makefile.am     Thu Apr  1 18:49:35 1999
118 +++ WindowMaker-0.52.0/util/Makefile.am Wed Apr  7 23:17:37 1999
119 @@ -31,7 +31,7 @@
120  geticonset_LDADD= $(liblist)
121  
122  wmsetbg_LDADD = \
123 -       $(top_builddir)/WINGs/libWINGs.a \
124 +       $(top_builddir)/WINGs/libWINGs.la \
125         $(top_builddir)/wrlib/libwraster.la \
126         @LIBRARY_SEARCH_PATH@ \
127         @LIBPL@ \
128 diff -ru WindowMaker-0.52.0.old/WPrefs.app/Makefile.am WindowMaker-0.52.0/WPrefs.app/Makefile.am
129 --- WindowMaker-0.52.0.old/WPrefs.app/Makefile.am       Thu Apr  1 18:49:35 1999
130 +++ WindowMaker-0.52.0/WPrefs.app/Makefile.am   Wed Apr  7 23:33:03 1999
131 @@ -49,10 +49,10 @@
132         -I$(top_srcdir)/wrlib \
133         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
134  
135 -WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
136 +WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
137  
138  WPrefs_LDADD = \
139 -       $(top_builddir)/WINGs/libWINGs.a\
140 +       $(top_builddir)/WINGs/libWINGs.la\
141         $(top_builddir)/wrlib/libwraster.la \
142         @LIBRARY_SEARCH_PATH@ \
143         @LIBPL@ \
This page took 0.057103 seconds and 4 git commands to generate.