From b0479fa11b7ce68b56aa503f14c4e6655bd25c82 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 3 Sep 2008 00:53:43 +0200 Subject: Allow loading of service plugin --- plugins/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index b07bad4f..8565bb29 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -18,6 +18,7 @@ plugin_LTLIBRARIES = $(netlink_plugins) $(service_plugins) noinst_LTLIBRARIES = echo.la storage.la echo_la_SOURCES = echo.c + storage_la_SOURCES = storage.c if NETLINK @@ -44,8 +45,10 @@ all-local: @$(LN_S) -f $(top_srcdir)/audio/.libs/audio.so @$(LN_S) -f $(top_srcdir)/serial/.libs/serial.so @$(LN_S) -f $(top_srcdir)/network/.libs/network.so + @$(LN_S) -f .libs/service.so clean-local: + @rm -f service.so @rm -f network.so @rm -f serial.so @rm -f audio.so -- cgit