diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 02:36:57 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 02:36:57 +0000 |
commit | 884cfe825db1a0e8c98aa6a604fd4588a1de1340 (patch) | |
tree | 94299de2aa4dd1b9491dad38ddca732bc48b1991 /audio | |
parent | 8b0cafdd2ca283cb2082f812c94c33782aef7836 (diff) |
Don't install services that are in experimental state
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am index b6d39c61..60a546e7 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -9,9 +9,8 @@ glib_cflags = glib_ldadd = endif -service_PROGRAMS = bluetoothd-service-audio - -noinst_PROGRAMS = bluetoothd-service-headset +noinst_PROGRAMS = bluetoothd-service-audio \ + bluetoothd-service-headset bluetoothd_service_audio_SOURCES = main.c |