10 lines
175 B
Makefile
10 lines
175 B
Makefile
SUBDIRS = man3
|
|
|
|
noinst_LTLIBRARIES = libboolean.la
|
|
|
|
libboolean_la_SOURCES = \
|
|
bool_dispatch.c \
|
|
boolean.c
|
|
|
|
INCLUDES = -I${top_srcdir}/include @VIPS_CFLAGS@ @VIPS_INCLUDES@
|