diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-06-13 07:27:53 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-06-13 07:27:53 +0000 |
commit | e5b89a347b5da0bec360495f78715b772a849e3c (patch) | |
tree | 685adfad62b13bc0a409d04e91df769105ad30fe /audio/Makefile.am | |
parent | 9dc2cfaca68df6b7aa9824da20cfe2eb01980f73 (diff) |
Don't install audio.conf file
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r-- | audio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am index 731acb3a..68648a16 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -3,7 +3,7 @@ if AUDIOSERVICE if CONFIGFILES confdir = $(sysconfdir)/bluetooth -conf_DATA = audio.service audio.conf +conf_DATA = audio.service endif servicedir = $(libdir)/bluetooth |