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 /input | |
parent | 8b0cafdd2ca283cb2082f812c94c33782aef7836 (diff) |
Don't install services that are in experimental state
Diffstat (limited to 'input')
-rw-r--r-- | input/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/Makefile.am b/input/Makefile.am index 71beb94e..e9efa972 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -15,7 +15,7 @@ glib_cflags = glib_ldadd = endif -service_PROGRAMS = bluetoothd-service-input +noinst_PROGRAMS = bluetoothd-service-input bluetoothd_service_input_SOURCES = \ main.c input-service.h input-service.c |