summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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