From 24eaef5b7c1bdbaa1d956d7714184ab0a8059185 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 22 Mar 2008 15:49:37 +0000 Subject: Link network and input plugins for easier testing --- plugins/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index b00817d9..ce0cbca6 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -12,3 +12,11 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid MAINTAINERCLEANFILES = Makefile.in + +all-local: + @$(LN_S) -f $(top_srcdir)/input/.libs/libinput.so + @$(LN_S) -f $(top_srcdir)/network/.libs/libnetwork.so + +clean-local: + @rm -f libnetwork.so + @rm -f libinput.so -- cgit