aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-24 21:27:44 +0000
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-24 21:27:44 +0000
commit8dd4534eb9e36b1de5c3b9c077b12885b3b7cda5 (patch)
treee2c30cf120a4f2ec1350a300a664ca2514a1495b /wiretap/Makefile.am
parent893da22a72dc3a690b489fa86258912befd7a20b (diff)
Fix the CLEANFILES target so both static and shared libraries are cleaned.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10475 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/Makefile.am')
-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 = \