Fix the CLEANFILES target so both static and shared libraries are cleaned.

svn path=/trunk/; revision=10475
This commit is contained in:
Olivier Biot 2004-03-24 21:27:44 +00:00
parent 79e8106d80
commit eee9dc26ac
4 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
# $Id: Makefile.am,v 1.44 2004/03/23 21:19:56 guy Exp $
# $Id: Makefile.am,v 1.45 2004/03/24 21:27:43 obiot Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -111,6 +111,7 @@ EXTRA_DIST = \
CLEANFILES = \
libethereal.a \
libethereal.la \
x11-declarations.h \
x11-register-info.h \
*~

View File

@ -1,6 +1,6 @@
# Makefile.am
#
# $Id: Makefile.am,v 1.10 2004/03/13 10:15:36 jmayer Exp $
# $Id: Makefile.am,v 1.11 2004/03/24 21:27:44 obiot Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -25,6 +25,7 @@ noinst_LTLIBRARIES = libdfilter.la
CLEANFILES = \
libdfilter.a \
libdfilter.la \
*~
INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/.. -I$(srcdir)/$(LEMON)

View File

@ -1,6 +1,6 @@
# Makefile.am
#
# $Id: Makefile.am,v 1.6 2004/03/13 10:15:36 jmayer Exp $
# $Id: Makefile.am,v 1.7 2004/03/24 21:27:44 obiot Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -25,6 +25,7 @@ noinst_LTLIBRARIES = libftypes.la
CLEANFILES = \
libftypes.a \
libftypes.la \
*~
INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/..

View File

@ -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 = \