aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: d36efabe067a18078c3bd02dc28c6ece79c4622a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SUBDIRS = src
pkgconfig_DATA = tuberia.pc

if TESTS
SUBDIRS += test
endif
if EXAMPLES
SUBDIRS += example
endif