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

Makefile.am - github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 585c751822a63aa8916e8e0de039f1159fe4be20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = bootstrap

EXTRA_DIRS =

if PT_TESTS
EXTRA_DIRS += tests
endif

SUBDIRS = \
  src \
  include \
  pkgconfig \
  $(EXTRA_DIRS)