diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-22 15:49:37 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-22 15:49:37 +0000 |
commit | 24eaef5b7c1bdbaa1d956d7714184ab0a8059185 (patch) | |
tree | ebb03c035650b9a09d59a948c3bfb93758471e09 /plugins | |
parent | 88e798a8b8126d997ded2adcebafbc3fb1fcb509 (diff) | |
download | bluez-24eaef5b7c1bdbaa1d956d7714184ab0a8059185.tar.gz |
Link network and input plugins for easier testing
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index b00817d95..ce0cbca60 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 |