blob: a7dcc20a959f4bf4d3eb366e79753ac513eba6cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUBDIRS = lasso docs @SD_LANG@ tests
ABS_BUILDDIR = $(shell pwd)
EXTRA_DIST = TODO COPYING lasso.pc.in
pkgconfig_DATA = lasso.pc
pkgconfigdir = $(libdir)/pkgconfig
clean-local:
-rm -f lasso.pc
|