1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 22:52:34 +01:00

Set library version in Makefile.am

This commit is contained in:
dan
2000-12-07 00:04:37 +00:00
parent aa280f3925
commit 518fcb7cb9
7 changed files with 308 additions and 186 deletions

View File

@@ -1,5 +1,7 @@
lib_LTLIBRARIES = libwmfun.la
libwmfun_la_LDFLAGS = -version-info 1:0:1
libwmfun_la_SOURCES = bilinear.c \
fade.c \
generic.c \

View File

@@ -72,6 +72,8 @@ VERSION = @VERSION@
lib_LTLIBRARIES = libwmfun.la
libwmfun_la_LDFLAGS = -version-info 1:0:1
libwmfun_la_SOURCES = bilinear.c fade.c generic.c generic.h getopt.c getopt.h getopt1.c wave.c drawstring.c
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -84,7 +86,6 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I.
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
libwmfun_la_LDFLAGS =
libwmfun_la_LIBADD =
libwmfun_la_OBJECTS = bilinear.lo fade.lo generic.lo getopt.lo \
getopt1.lo wave.lo drawstring.lo
@@ -245,7 +246,7 @@ distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
cp -pr $$/$$file $(distdir)/$$file; \
cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \