summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: eee2cba2f3016aed5c40ad15e077dfa0939243d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
if PHP4_ENABLED
    PHP4_SD = php
endif
if CSHARP_ENABLED
    CSHARP_SD = csharp
endif
if PERL_ENABLED
    PERL_SD = perl
endif

SUBDIRS		= lasso \
		  swig \
		  $(PHP4_SD) $(PERL_SD) \
		  tests \
		  win32 \
		  bindings \
		  docs

EXTRA_DIST	= COPYING lasso.pc.in lasso-src-config.in

pkgconfig_DATA	= lasso.pc
pkgconfigdir	= $(libdir)/pkgconfig

clean-local:
	-rm -f lasso.pc