~ubuntu-branches/ubuntu/lucid/jack-audio-connection-kit/lucid

« back to all changes in this revision

Viewing changes to drivers/dummy/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-12-06 11:05:15 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20081206110515-xa9v9pajr9jqvfvg
Tags: 0.115.6-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - Redirect stderr in bash completion (Debian #504488).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MAINTAINERCLEANFILES=Makefile.in
 
2
 
 
3
AM_CFLAGS = $(JACK_CFLAGS)
 
4
 
 
5
plugindir = $(ADDON_DIR)
 
6
 
 
7
plugin_LTLIBRARIES = jack_dummy.la
 
8
 
 
9
jack_dummy_la_LDFLAGS = -module -avoid-version
 
10
jack_dummy_la_SOURCES = dummy_driver.c dummy_driver.h
 
11
 
 
12
noinst_HEADERS = dummy_driver.h
 
13
 
 
14
# jack_alsa_la_LIBADD =