diff options
author | David Robillard <d@drobilla.net> | 2007-07-31 05:43:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-31 05:43:43 +0000 |
commit | 985fa3a938241a763794c2d445fc5ab26efd6686 (patch) | |
tree | 23464dc61484fe0e97b272948c44f593657407a1 /Makefile.am | |
parent | b94d8b912020447ce12c34fe13cbc823557c1703 (diff) | |
download | lilv-985fa3a938241a763794c2d445fc5ab26efd6686.tar.gz lilv-985fa3a938241a763794c2d445fc5ab26efd6686.tar.bz2 lilv-985fa3a938241a763794c2d445fc5ab26efd6686.zip |
Added experimental Python bindings via swig.
Fixed building from slv2 directory.
git-svn-id: http://svn.drobilla.net/lad/slv2@660 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c06c8a3..5ac646b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,8 +12,8 @@ dist-check-doxygen: @false endif -SUBDIRS = src slv2 utils hosts data $(DOC_DIR) -DIST_SUBDIRS = src slv2 utils hosts data doc +SUBDIRS = src slv2 utils hosts data $(DOC_DIR) swig +DIST_SUBDIRS = src slv2 utils hosts data doc swig pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libslv2.pc |