diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-22 01:51:37 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-22 01:51:37 +0000 |
commit | b468daedba50975703c41e99194d223c540131aa (patch) | |
tree | 77be493cc1abc5d582aeae5267ca3bd19a236d28 | |
parent | a49b10bbcfd472e12bf8991e03e00b9dea9b85dd (diff) |
Remove unneeded links
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 2e23a0a7..fac16104 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -31,8 +31,6 @@ INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid MAINTAINERCLEANFILES = Makefile.in all-local: - @$(LN_S) -f $(top_srcdir)/plugins/.libs/libstorage.so - @$(LN_S) -f $(top_srcdir)/plugins/.libs/libnetlink.so @$(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 @@ -43,5 +41,3 @@ clean-local: @rm -f libserial.so @rm -f libaudio.so @rm -f libinput.so - @rm -f libnetlink.so - @rm -f libstorage.so |