summaryrefslogtreecommitdiffstats
path: root/audio/Makefile.am
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-31 12:51:49 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-31 12:51:49 +0000
commit814aed96a2c0afa4218cc4384425934fd30faa68 (patch)
tree282ce6614f1d90febd43fa05fcf03847831a0ee7 /audio/Makefile.am
parent06e91735ba34f0f445badc796eeeb8f52e881281 (diff)
Add support for configuration file
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r--audio/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am
index 63448a86..2285ed7f 100644
--- a/audio/Makefile.am
+++ b/audio/Makefile.am
@@ -3,7 +3,7 @@ if AUDIOSERVICE
if CONFIGFILES
confdir = $(sysconfdir)/bluetooth
-conf_DATA = audio.service
+conf_DATA = audio.service audio.conf
endif
servicedir = $(libdir)/bluetooth
@@ -35,6 +35,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @ALSA_CFLAGS@ @SBC_CFLAGS
INCLUDES = -I$(top_srcdir)/common
-EXTRA_DIST = audio.service audio-api.txt asound.conf
+EXTRA_DIST = audio.service audio.conf audio-api.txt asound.conf
MAINTAINERCLEANFILES = Makefile.in