Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « src - github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c79791d47b89282ae94c7ca8d117de4bfd0a27f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
EXTRA_DIST =

EXTRA_PAINTER_DEFINES =
EXTRA_PAINTER_INCLUDES =
EXTRA_PAINTER_LIBS =
EXTRA_PAINTER_FLAGS =

AM_CFLAGS = \
  -I../include \
  $(EXTRA_PAINTER_FLAGS)

lib_LTLIBRARIES = libpainter.la

libpainter_la_LDFLAGS =

libpainter_ladir = $(moduledir)

libpainter_la_SOURCES = painter.c painter_utils.c

libpainter_la_LIBADD =