bc2d6d648e
A library to merge TIFF files into mutli-page TIFF files. PR: 11408 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
9 lines
101 B
Makefile
9 lines
101 B
Makefile
LIB= tifmerge
|
|
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
NOPROFILE= yes
|
|
|
|
SRCS= tifmerge.c
|
|
|
|
.include <bsd.lib.mk>
|