mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-08 17:35:55 +01:00
added rotation
This commit is contained in:
@@ -8,7 +8,7 @@ libwraster_la_LDFLAGS = -version-info 2:0:0
|
||||
|
||||
bin_SCRIPTS = get-wraster-flags
|
||||
|
||||
noinst_PROGRAMS = testgrad testdraw view
|
||||
noinst_PROGRAMS = testgrad testdraw view testrot
|
||||
|
||||
EXTRA_DIST = test.png tile.xpm ballot_box.xpm
|
||||
include_HEADERS = wraster.h
|
||||
@@ -32,6 +32,7 @@ libwraster_la_SOURCES = \
|
||||
context.c \
|
||||
misc.c \
|
||||
scale.c \
|
||||
rotate.c \
|
||||
convolve.c \
|
||||
nxpm.c \
|
||||
xpm.c \
|
||||
@@ -66,6 +67,11 @@ testgrad_SOURCES = testgrad.c
|
||||
|
||||
testgrad_LDADD = $(LIBLIST)
|
||||
|
||||
testrot_SOURCES = testrot.c
|
||||
|
||||
testrot_LDADD = $(LIBLIST)
|
||||
|
||||
|
||||
testdraw_SOURCES = testdraw.c
|
||||
|
||||
testdraw_LDADD = $(LIBLIST)
|
||||
|
||||
Reference in New Issue
Block a user