summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-22 15:49:37 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-22 15:49:37 +0000
commit24eaef5b7c1bdbaa1d956d7714184ab0a8059185 (patch)
treeebb03c035650b9a09d59a948c3bfb93758471e09 /plugins
parent88e798a8b8126d997ded2adcebafbc3fb1fcb509 (diff)
Link network and input plugins for easier testing
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am8
1 files changed, 8 insertions, 0 deletions
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