diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-21 13:30:34 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-21 13:30:34 +0000 |
commit | 3429ef600fcef09e96408f8b476ead6cb519cf83 (patch) | |
tree | 9c053b36808b3ab6a402133bb55c6e2e444e0d44 /include/Makefile.am | |
parent | e9eeb41ebdc975e33d992bfa190fd84399550e34 (diff) |
Make use of MAINTAINERCLEANFILES
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index cbde42bf..4ac8aada 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -10,9 +10,10 @@ include_HEADERS = \ noinst_HEADERS = sdp_internal.h +MAINTAINERCLEANFILES = Makefile.in all-local: - @if [ ! -e bluetooth ] ; then ln -s $(top_srcdir)/include bluetooth ; fi + @if [ ! -e bluetooth ] ; then $(LN_S) $(top_srcdir)/include bluetooth ; fi clean-local: @rm -f bluetooth |