File: rules

package info (click to toggle)
bs2b-ladspa 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie, wheezy
  • size: 1,456 kB
  • sloc: sh: 9,174; ansic: 255; makefile: 19
file content (11 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

LDFLAGS += -Wl,--as-needed

%:
	dh $@

## Remove .la file as per #633365, since we don't need it for this plugin
override_dh_install:
	find $(CURDIR)/debian/bs2b-ladspa/usr -name "*.la" -exec rm -f '{}' +
	dh_install