From: Christos Zoulas Date: Fri, 30 Dec 2011 16:51:19 +0000 (+0000) Subject: remove obsolete header files X-Git-Tag: FILE5_10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5d75b57a29f2e15567a52646f487cf17b94c2ec;p=file remove obsolete header files --- diff --git a/src/Makefile.am b/src/Makefile.am index b0ce2dc3..968e5849 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ AM_CFLAGS = @WARNINGS@ libmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.c \ encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \ - funcs.c file.h names.h patchlevel.h readelf.h tar.h apptype.c \ + funcs.c file.h readelf.h tar.h apptype.c \ file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h libmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0 if MINGW diff --git a/src/Makefile.std b/src/Makefile.std index ff2a9b5d..8c7b9ee4 100644 --- a/src/Makefile.std +++ b/src/Makefile.std @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile.std,v 1.17 2003/02/27 20:47:45 christos Exp $ +# @(#)$Id: Makefile.std,v 1.18 2011/12/30 16:51:19 christos Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. @@ -76,7 +76,7 @@ SRCS = file.c apprentice.c fsmagic.c softmagic.c ascmagic.c \ OBJS = file.o apprentice.o fsmagic.o softmagic.o ascmagic.o \ compress.o is_tar.o readelf.o \ print.o $(LOCALOBJS) -HDRS = file.h names.h patchlevel.h readelf.h tar.h +HDRS = file.h readelf.h tar.h AUTOSRC=configure configure.in install-sh config.h.in Makefile.in ALLSRC = LEGAL.NOTICE README MAINT PORTING $(SRCS) $(HDRS) \