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