summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-22 16:12:20 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-22 16:12:20 +0000
commit30b429c3852bb036dc473b3ff11a278df443026d (patch)
treeb61546e02fe8d1c5f259b1e52377a0ccf762738a /plugins
parentd78b22fe007467b1e5129e6e7f0f5752fac85efe (diff)
Create links for audio and serial plugins
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index ce0cbca6..37ca3c01 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -15,8 +15,12 @@ MAINTAINERCLEANFILES = Makefile.in
all-local:
@$(LN_S) -f $(top_srcdir)/input/.libs/libinput.so
+ @$(LN_S) -f $(top_srcdir)/audio/.libs/libaudio.so
+ @$(LN_S) -f $(top_srcdir)/serial/.libs/libserial.so
@$(LN_S) -f $(top_srcdir)/network/.libs/libnetwork.so
clean-local:
@rm -f libnetwork.so
+ @rm -f libserial.so
+ @rm -f libaudio.so
@rm -f libinput.so