1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-22 10:05:46 +01:00

WINGs shared library generation

This patch modifies the linking of the WINGs libraries
to create a shared library. wmaker used to do this, but
it was dropped around wmaker-0.90/0.91.
The shared .so library is needed when compiling and running
the wdm display manager and any other programs which link
to libWINGs.

Submitted by: Gilbert Ashley
Origin: ALT/Sisyphus Linux
This commit is contained in:
Alexey Voinov
2007-08-14 13:33:22 +04:00
committed by Carlos R. Mafra
parent 92eff967a7
commit 3953f53680
10 changed files with 45 additions and 57 deletions

View File

@@ -1,7 +1,8 @@
AUTOMAKE_OPTIONS = no-dependencies
lib_LIBRARIES = libWMaker.a
libWMaker_la_LDFLAGS = -version-info 1:1:0
lib_LTLIBRARIES = libWMaker.la
include_HEADERS = WMaker.h
@@ -9,7 +10,7 @@ INCLUDES = $(DFLAGS) @XCFLAGS@
libWMaker_a_AR = $(QUIET_AR) $(AR) $(ARFLAGS)
libWMaker_a_SOURCES = \
libWMaker_la_SOURCES = \
menu.c \
app.c \
event.c \