summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-08-27 10:55:44 +0000
committerscop <scop>2005-08-27 10:55:44 +0000
commit636f7a50c8f0f54c707fc40642b767945360ad96 (patch)
tree54d82f63a0b78367b1f863f555e248efb9e40434
parent6774d34cd90300d74394fcb8053af78eed6cffa5 (diff)
downloadvdr-plugin-dxr3-636f7a50c8f0f54c707fc40642b767945360ad96.tar.gz
vdr-plugin-dxr3-636f7a50c8f0f54c707fc40642b767945360ad96.tar.bz2
Clean up the versioned *.so, too.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 353254f..77ee8f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.20 2005/08/16 18:29:46 austriancoder Exp $
+# $Id: Makefile,v 1.21 2005/08/27 10:55:44 scop Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -95,7 +95,7 @@ dist: clean
@echo Distribution package created as $(PACKAGE).tgz
clean:
- @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ \#*
+ @-rm -f $(OBJS) $(DEPFILE) *.so* *.tgz core* *~ \#*
#indent:
# emacs -batch --eval '(dolist (file command-line-args-left) (progn (find-file file) (c-indent-region (point-min) (point-max)) (save-buffer)))' *.h *.c