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

« back to all changes in this revision

Viewing changes to drivers/coreaudio/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) -include /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h
 
4
 
 
5
plugindir = $(ADDON_DIR)
 
6
 
 
7
plugin_LTLIBRARIES = jack_coreaudio.la
 
8
 
 
9
jack_coreaudio_la_LDFLAGS = -module -avoid-version @OS_LDFLAGS@
 
10
jack_coreaudio_la_SOURCES = coreaudio_driver.c coreaudio_driver.h 
 
11
 
 
12
noinst_HEADERS = coreaudio_driver.h