summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 10bea97575a222516374e4253a809de88090a3ed (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
27
28
29
30
31
32
33
34
35
36
if PYTHON_ENABLED
    PYTHON_SD = python
endif
if JAVA_ENABLED
    JAVA_SD = java
endif
if PHP4_ENABLED
    PHP4_SD = php
endif
if PHP5_ENABLED
    PHP5_SD = php5
endif
if CSHARP_ENABLED
    CSHARP_SD = csharp
endif
if PERL_ENABLED
    PERL_SD = perl
endif

SUBDIRS		= lasso \
		  swig \
		  $(PHP4_SD) $(PHP5_SD) $(PYTHON_SD) $(JAVA_SD) $(PERL_SD) \
		  tests \
		  win32 \
		  docs

ABS_BUILDDIR	= $(shell pwd)

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

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

clean-local:
	-rm -f lasso.pc