mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 17:32:29 +01:00
util/wmiv: an image viewer using wrlib
This patch brings wmiv, a fast image viewer using wrlib.
This commit is contained in:
committed by
Carlos R. Mafra
parent
66556c421d
commit
0c151a55f4
@@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS =
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
|
||||
bin_PROGRAMS = wxcopy wxpaste wdwrite wdread getstyle setstyle convertfonts \
|
||||
seticons geticonset wmsetbg wmagnify wmgenmenu wmmenugen
|
||||
seticons geticonset wmsetbg wmagnify wmgenmenu wmmenugen wmiv
|
||||
|
||||
bin_SCRIPTS = wmaker.inst wm-oldmenu2new wkdemenu.pl
|
||||
|
||||
@@ -70,6 +70,13 @@ wmmenugen_SOURCES = wmmenugen.c wmmenugen.h wmmenugen_misc.c \
|
||||
wmmenugen_parse_wmconfig.c \
|
||||
wmmenugen_parse_xdg.c
|
||||
|
||||
wmiv_LDADD = \
|
||||
$(top_builddir)/wrlib/libwraster.la \
|
||||
@XLFLAGS@ @XLIBS@ \
|
||||
@GFXLIBS@ $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
|
||||
|
||||
wmiv_SOURCES = wmiv.c wmiv.h
|
||||
|
||||
CLEANFILES = wmaker.inst
|
||||
|
||||
wmaker.inst: $(srcdir)/wmaker.inst.in ./Makefile
|
||||
|
||||
Reference in New Issue
Block a user