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

Update for 0.51.0

This commit is contained in:
dan
1999-01-25 19:06:50 +00:00
parent 3aeb1eb052
commit 416e3a82be
238 changed files with 24235 additions and 11473 deletions

View File

@@ -4,11 +4,13 @@ AUTOMAKE_OPTIONS = no-dependencies
lib_LTLIBRARIES = libwraster.la
libwraster_la_LDFLAGS = -version-info 1:1:0
libwraster_la_LDFLAGS = -version-info 1:1:1
noinst_PROGRAMS = test testgrad testdraw view
bin_SCRIPTS = get-wraster-flags
EXTRA_DIST = test.png tile.xpm ballot_box.xpm ballot_box.tiff
noinst_PROGRAMS = testgrad testdraw view
EXTRA_DIST = test.png tile.xpm ballot_box.xpm
include_HEADERS = wraster.h
@@ -35,7 +37,7 @@ libwraster_la_SOURCES = \
gif.c
INCLUDES = @DFLAGS@ @XCFLAGS@ @GFXFLAGS@ @XSHM@
INCLUDES = @DFLAGS@ @XCFLAGS@ @GFXFLAGS@
LIBLIST = libwraster.la @GFXLFLAGS@ @XLFLAGS@ @GFXLIBS@ @XLIBS@ -lm
@@ -43,10 +45,6 @@ view_SOURCES= view.c
view_LDADD = $(LIBLIST)
test_SOURCES = test.c
test_LDADD = $(LIBLIST)
testgrad_SOURCES = testgrad.c
testgrad_LDADD = $(LIBLIST)