From 971ed9531285f7de6b2c7a06095a833f9cbad08a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Mar 2008 20:00:16 +0000 Subject: Add skeleton for the example plugin --- plugins/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 02742923..b6020d05 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,2 +1,14 @@ +plugindir = $(libdir)/bluetooth/plugins + +plugin_LTLIBRARIES = libecho.la + +libecho_la_SOURCES = echo.c + +AM_LDFLAGS = -module -avoid-version -export-symbols-regex bluetooth_plugin_desc + +AM_CFLAGS = @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ + +INCLUDES = -I$(top_builddir)/common -I$(top_builddir)/hcid + MAINTAINERCLEANFILES = Makefile.in -- cgit