diff options
author | David Robillard <d@drobilla.net> | 2008-01-12 17:58:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-12 17:58:12 +0000 |
commit | 98cc3bd853c47f6cd1cf02cf14e00413993fd6f5 (patch) | |
tree | fc31d4304b5a9bb4ba5df30704c3b773558359b1 /debian/rules | |
parent | 2ea341ef3313b189315367ad6beadc23eec227e3 (diff) | |
download | lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.tar.gz lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.tar.bz2 lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.zip |
Add plugin template interface (fast discovery of plugins with certain I/O
characteristics).
git-svn-id: http://svn.drobilla.net/lad/slv2@1051 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index d02b169..9f3eca8 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ install: build dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-6 install-exec - $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-dev install-data install-man + $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-6-dev install-data install-man # Build architecture-independent files here. @@ -95,7 +95,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python -# dh_makeshlibs + dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol |