From 188d211c7404662f7791ce03211983c6306d6d3d Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Thu, 25 Jul 2013 14:25:46 -0400 Subject: [PATCH] build: Fix make distcheck Fix this error: make[1]: *** No rule to make target `profiles/audio/audio.conf', needed by `distdir'. Stop. make: *** [test_build] Error 2 --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index cec85b051..b844532e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,8 +173,7 @@ man_MANS = src/bluetoothd.8 EXTRA_DIST += src/genbuiltin src/bluetooth.conf \ src/main.conf profiles/network/network.conf \ - profiles/input/input.conf profiles/proximity/proximity.conf \ - profiles/audio/audio.conf + profiles/input/input.conf profiles/proximity/proximity.conf test_scripts = -- 2.47.3