#!/usr/bin/make -f
# -*- makefile -*-

LDFLAGS+=-Wl,--as-needed

%:
	dh --with=autotools_dev $@

override_dh_auto_install:
	dh_auto_install
	find debian/wsynth-dssi/ -name *.la -delete

override_dh_makeshlibs:
	dh_makeshlibs -X/usr/lib/dssi
