From 3c63053cdd3c7fa5a681aca562c0bd833947f559 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 21 Mar 2008 23:31:40 +0000 Subject: Don't install example plugin --- plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 146a12e6..b00817d9 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,7 +1,7 @@ plugindir = $(libdir)/bluetooth/plugins -plugin_LTLIBRARIES = libecho.la +noinst_LTLIBRARIES = libecho.la libecho_la_SOURCES = echo.c -- cgit