From f8d4886cb737aadf03e2c9bed2e729f5a8c2728d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 5 Apr 2008 06:37:08 +0000 Subject: Add skeleton for storage plugin --- plugins/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 37ca3c01..a2a521dc 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,6 +1,10 @@ plugindir = $(libdir)/bluetooth/plugins +plugin_LTLIBRARIES = libstorage.la + +libstorage_la_SOURCES = storage.c + noinst_LTLIBRARIES = libecho.la libecho_la_SOURCES = echo.c -- cgit