File: Makefile.am

package info (click to toggle)
vips 8.10.5-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 40,952 kB
  • sloc: ansic: 201,201; cpp: 9,766; sh: 5,031; xml: 4,191; python: 3,869; makefile: 1,033; perl: 40
file content (16 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
noinst_LTLIBRARIES = libdraw.la

libdraw_la_SOURCES = \
	draw.c \
	pdraw.h \
	drawink.c \
	drawink.h \
	draw_circle.c \
	draw_flood.c \
	draw_mask.c \
	draw_image.c \
	draw_rect.c \
	draw_line.c \
	draw_smudge.c 

AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@