aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-03-24 21:27:44 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-03-24 21:27:44 +0000
commiteee9dc26ac76e4b36150449bb604e3ca9a60e321 (patch)
treee2c30cf120a4f2ec1350a300a664ca2514a1495b /wiretap
parent79e8106d80de9774d3b223396a43942b65c1211a (diff)
Fix the CLEANFILES target so both static and shared libraries are cleaned.
svn path=/trunk/; revision=10475
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index f88b41935e..fdf0a8f6dd 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am,v 1.51 2004/03/13 10:15:36 jmayer Exp $
+# $Id: Makefile.am,v 1.52 2004/03/24 21:27:44 obiot Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -28,6 +28,7 @@ libwiretap_la_LDFLAGS = -version-info 0:1:0
CLEANFILES = \
libwiretap.a \
+ libwiretap.la \
*~
MAINTAINERCLEANFILES = \