From 407a723fbd995760217d837d6bca7d6049d1fdbf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 18 Jun 2008 15:35:40 +0000 Subject: Make netlink support optional and disable storage plugin --- plugins/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 2a3212e1..2e23a0a7 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -7,14 +7,14 @@ else netlink_plugins = endif -plugin_LTLIBRARIES = libstorage.la $(netlink_plugins) +plugin_LTLIBRARIES = $(netlink_plugins) -libstorage_la_SOURCES = storage.c - -noinst_LTLIBRARIES = libecho.la +noinst_LTLIBRARIES = libecho.la libstorage.la libecho_la_SOURCES = echo.c +libstorage_la_SOURCES = storage.c + if NETLINK libnetlink_la_SOURCES = netlink.c -- cgit