]> git.pld-linux.org Git - packages/WindowMaker.git/blob - WindowMaker-shared.patch
- spec adapterized.
[packages/WindowMaker.git] / WindowMaker-shared.patch
1 --- WindowMaker-0.61.1/WINGs/Makefile.am        Sun Oct  3 00:17:29 1999
2 +++ WindowMaker-0.61.1.shared/WINGs/Makefile.am Sun Oct 10 19:47:00 1999
3 @@ -10,11 +10,12 @@
4         -lm @LIBPL@
5  
6  
7 -#lib_LTLIBRARIES = libWINGs.la
8 +lib_LTLIBRARIES = libWINGs.la libWUtil.la
9  
10 -lib_LIBRARIES = libWINGs.a libWUtil.a
11 +#lib_LIBRARIES = libWINGs.a libWUtil.a
12  
13 -#libWINGs_la_LDFLAGS = -version-info 1:1:0
14 +libWINGs_la_LDFLAGS = -version-info 1:1:0
15 +libWUtil_la_LDFLAGS = -version-info 1:1:0
16  
17  include_HEADERS = WINGs.h WUtil.h WINGsP.h
18  
19 @@ -22,36 +23,36 @@
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  
50  wmquery_SOURCES = wmquery.c 
51  
52 -wmquery_LDADD = libWINGs.a $(LIBLIST)
53 +wmquery_LDADD = libWINGs.la $(LIBLIST)
54  
55  
56  EXTRA_DIST = logo.xpm BUGS
57  
58  # wbutton.c 
59 -libWINGs_a_SOURCES =   \
60 +libWINGs_la_SOURCES =  \
61         WINGs.h \
62         WINGsP.h \
63         configuration.c \
64 @@ -96,7 +97,7 @@
65         usleep.c
66  
67  
68 -libWUtil_a_SOURCES =   \
69 +libWUtil_la_SOURCES =  \
70         WINGs.h \
71         WINGsP.h \
72         bag.c \
73 --- WindowMaker-0.61.1/WPrefs.app/Makefile.am   Wed Jun  2 00:25:45 1999
74 +++ WindowMaker-0.61.1.shared/WPrefs.app/Makefile.am    Sun Oct 10 19:38:53 1999
75 @@ -49,10 +49,10 @@
76         -I$(top_srcdir)/wrlib \
77         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
78  
79 -WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
80 +WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
81  
82  WPrefs_LDADD = \
83 -       $(top_builddir)/WINGs/libWINGs.a\
84 +       $(top_builddir)/WINGs/libWINGs.la\
85         $(top_builddir)/wrlib/libwraster.la \
86         @LIBRARY_SEARCH_PATH@ \
87         @LIBPL@ \
88 --- WindowMaker-0.61.1/src/Makefile.am  Thu Sep 16 04:58:56 1999
89 +++ WindowMaker-0.61.1.shared/src/Makefile.am   Sun Oct 10 19:33:45 1999
90 @@ -111,7 +111,7 @@
91  
92  
93  wmaker_LDADD = \
94 -       $(top_builddir)/WINGs/libWINGs.a\
95 +       $(top_builddir)/WINGs/libWINGs.la\
96         $(top_builddir)/wrlib/libwraster.la\
97         @LIBRARY_SEARCH_PATH@ \
98         @LIBPL@ \
99 --- WindowMaker-0.61.1/test/Makefile.am Wed Jan  6 16:22:49 1999
100 +++ WindowMaker-0.61.1.shared/test/Makefile.am  Sun Oct 10 19:35:06 1999
101 @@ -8,7 +8,7 @@
102  
103  wtest_SOURCES = wtest.c
104  
105 -wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@ 
106 +wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@ 
107  
108  
109  INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib 
110 --- WindowMaker-0.61.1/util/Makefile.am Thu Sep 16 05:01:16 1999
111 +++ WindowMaker-0.61.1.shared/util/Makefile.am  Sun Oct 10 19:38:08 1999
112 @@ -31,7 +31,7 @@
113  geticonset_LDADD= $(liblist)
114  
115  wmsetbg_LDADD = \
116 -       $(top_builddir)/WINGs/libWINGs.a \
117 +       $(top_builddir)/WINGs/libWINGs.la \
118         $(top_builddir)/wrlib/libwraster.la \
119         @LIBRARY_SEARCH_PATH@ \
120         @LIBPL@ \
121 --- WindowMaker-0.61.1/wmlib/Makefile.am        Wed Sep 30 00:36:36 1998
122 +++ WindowMaker-0.61.1.shared/wmlib/Makefile.am Sun Oct 10 19:36:39 1999
123 @@ -1,13 +1,13 @@
124  
125  AUTOMAKE_OPTIONS = no-dependencies
126  
127 -lib_LIBRARIES = libWMaker.a
128 +lib_LTLIBRARIES = libWMaker.la
129  
130  include_HEADERS = WMaker.h
131  
132  INCLUDES = @DFLAGS@ @XCFLAGS@
133  
134 -libWMaker_a_SOURCES =  \
135 +libWMaker_la_SOURCES =         \
136         menu.c          \
137         app.c           \
138         event.c         \
139 @@ -15,3 +15,4 @@
140         app.h           \
141         menu.h  
142  
143 +libWMaker_la_LDFLAGS = -version-info 1:1:1
This page took 0.074358 seconds and 3 git commands to generate.