mirror of
https://github.com/gryf/wmaker.git
synced 2026-09-01 00:37:53 +02:00
Compare commits
2
Commits
78b58d4418
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5bd9a1995 | ||
|
|
d581598c7b |
@@ -146,6 +146,7 @@ configure-documentation:
|
|||||||
--ignore-prg 'with-aix-soname # new in libtool 2.4.4 up to 2.5.2' \
|
--ignore-prg 'with-aix-soname # new in libtool 2.4.4 up to 2.5.2' \
|
||||||
--ignore-prg 'enable-aix-soname # renamed in libtool 2.5.3' \
|
--ignore-prg 'enable-aix-soname # renamed in libtool 2.5.3' \
|
||||||
--ignore-prg 'enable-pic # new in libtool 2.5.3' \
|
--ignore-prg 'enable-pic # new in libtool 2.5.3' \
|
||||||
|
--ignore-prg 'enable-cxx-stdlib # new in libtool 2.6.0' \
|
||||||
--ignore-prg 'with-x # no use, it would not work without X'
|
--ignore-prg 'with-x # no use, it would not work without X'
|
||||||
|
|
||||||
.PHONY: configure-documentation
|
.PHONY: configure-documentation
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ DIST_SUBDIRS = $(SUBDIRS) Tests Examples Extras
|
|||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
rm -f $(distdir)/Examples/Makefile $(distdir)/Extras/Makefile \
|
rm -f $(distdir)/Examples/Makefile $(distdir)/Extras/Makefile \
|
||||||
$(distdir)/Test/Makefile
|
$(distdir)/Tests/Makefile
|
||||||
|
|
||||||
libWINGs_la_LDFLAGS = -version-info @WINGS_VERSION@
|
libWINGs_la_LDFLAGS = -version-info @WINGS_VERSION@
|
||||||
libWUtil_la_LDFLAGS = -version-info @WUTIL_VERSION@
|
libWUtil_la_LDFLAGS = -version-info @WUTIL_VERSION@
|
||||||
|
|||||||
Reference in New Issue
Block a user