]> git.pld-linux.org Git - packages/WindowMaker.git/blame - WindowMaker-shared.patch
- updated to 0.63.1
[packages/WindowMaker.git] / WindowMaker-shared.patch
CommitLineData
260b62b4 1diff -Nru WindowMaker-0.63.1/WINGs/Makefile.am WindowMaker-0.63.1.new/WINGs/Makefile.am
2--- WindowMaker-0.63.1/WINGs/Makefile.am Sun Jan 7 00:21:58 2001
3+++ WindowMaker-0.63.1.new/WINGs/Makefile.am Sun Jan 7 23:25:42 2001
4@@ -4,10 +4,6 @@
32c7aa03 5
260b62b4 6 SUBDIRS = . Documentation Resources Examples Extras Tests
32c7aa03 7
260b62b4 8-
9-
32c7aa03 10-#libWINGs_la_LDFLAGS = -version-info 1:1:0
260b62b4 11-
12 # is this a kluge? if so, how should i do it?
13 includedir = @includedir@/WINGs
32c7aa03 14
260b62b4 15@@ -15,16 +11,17 @@
32c7aa03 16
260b62b4 17 bin_SCRIPTS = get-wings-flags get-wutil-flags
32c7aa03 18
260b62b4 19-lib_LIBRARIES = libWINGs.a libWUtil.a
20-
21+lib_LIBRARIES = libWINGs.la libWUtil.la
b0f707bd 22
260b62b4 23-LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@
24+libWINGs_la_LDFLAGS = -version-info 1:1:0
25+libWUtil_la_LDFLAGS = -version-info 1:1:0
b0f707bd 26
260b62b4 27+LDADD= libWINGs.la $(top_builddir)/wrlib/libwraster.la @LIBPL@
32c7aa03 28
260b62b4 29 EXTRA_DIST = BUGS
32c7aa03
AF
30
31 # wbutton.c
32-libWINGs_a_SOURCES = \
33+libWINGs_la_SOURCES = \
34 WINGs.h \
35 WINGsP.h \
260b62b4 36 array.c \
37@@ -80,7 +77,7 @@
38 wwindow.c
5a1d6215 39
40
41-libWUtil_a_SOURCES = \
42+libWUtil_la_SOURCES = \
43 WINGs.h \
44 WINGsP.h \
260b62b4 45 array.c \
46diff -Nru WindowMaker-0.63.1/WPrefs.app/Makefile.am WindowMaker-0.63.1.new/WPrefs.app/Makefile.am
47--- WindowMaker-0.63.1/WPrefs.app/Makefile.am Sun Jan 7 00:21:58 2001
48+++ WindowMaker-0.63.1.new/WPrefs.app/Makefile.am Sun Jan 7 23:23:08 2001
49@@ -46,10 +46,10 @@
50
51 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
52
53-WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
54+WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
55
56 WPrefs_LDADD = \
57- $(top_builddir)/WINGs/libWINGs.a\
58+ $(top_builddir)/WINGs/libWINGs.la\
59 $(top_builddir)/wrlib/libwraster.la \
60 @LIBPL@ \
61 @INTLIBS@
62diff -Nru WindowMaker-0.63.1/src/Makefile.am WindowMaker-0.63.1.new/src/Makefile.am
63--- WindowMaker-0.63.1/src/Makefile.am Sun Jan 7 00:21:58 2001
64+++ WindowMaker-0.63.1.new/src/Makefile.am Sun Jan 7 23:23:08 2001
65@@ -113,7 +113,7 @@
32c7aa03
AF
66
67
68 wmaker_LDADD = \
69- $(top_builddir)/WINGs/libWINGs.a\
70+ $(top_builddir)/WINGs/libWINGs.la\
71 $(top_builddir)/wrlib/libwraster.la\
32c7aa03 72 @LIBPL@ \
260b62b4 73 @XLIBS@ \
74diff -Nru WindowMaker-0.63.1/test/Makefile.am WindowMaker-0.63.1.new/test/Makefile.am
75--- WindowMaker-0.63.1/test/Makefile.am Sun Jan 7 00:21:58 2001
76+++ WindowMaker-0.63.1.new/test/Makefile.am Sun Jan 7 23:23:08 2001
32c7aa03
AF
77@@ -8,7 +8,7 @@
78
79 wtest_SOURCES = wtest.c
80
81-wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@
82+wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@
83
84
85 INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
260b62b4 86diff -Nru WindowMaker-0.63.1/util/Makefile.am WindowMaker-0.63.1.new/util/Makefile.am
87--- WindowMaker-0.63.1/util/Makefile.am Sun Jan 7 00:21:58 2001
88+++ WindowMaker-0.63.1.new/util/Makefile.am Sun Jan 7 23:23:08 2001
89@@ -46,7 +46,7 @@
90 @DLLIBS@
5a1d6215 91
92 wmsetbg_LDADD = \
93- $(top_builddir)/WINGs/libWINGs.a \
94+ $(top_builddir)/WINGs/libWINGs.la \
95 $(top_builddir)/wrlib/libwraster.la \
5a1d6215 96 @LIBPL@ \
260b62b4 97 @DLLIBS@
98diff -Nru WindowMaker-0.63.1/wmlib/Makefile.am WindowMaker-0.63.1.new/wmlib/Makefile.am
99--- WindowMaker-0.63.1/wmlib/Makefile.am Sun Jan 7 00:21:58 2001
100+++ WindowMaker-0.63.1.new/wmlib/Makefile.am Sun Jan 7 23:23:51 2001
32c7aa03
AF
101@@ -1,13 +1,13 @@
102
103 AUTOMAKE_OPTIONS = no-dependencies
104
105-lib_LIBRARIES = libWMaker.a
260b62b4 106+lib_LIBRARIES = libWMaker.la
32c7aa03
AF
107
108 include_HEADERS = WMaker.h
109
260b62b4 110 INCLUDES = $(DFLAGS) @XCFLAGS@
32c7aa03
AF
111
112-libWMaker_a_SOURCES = \
113+libWMaker_la_SOURCES = \
114 menu.c \
115 app.c \
116 event.c \
117@@ -15,3 +15,4 @@
118 app.h \
119 menu.h
120
121+libWMaker_la_LDFLAGS = -version-info 1:1:1
This page took 0.084057 seconds and 4 git commands to generate.