]> granicus.if.org Git - file/commitdiff
remove obsolete header files FILE5_10
authorChristos Zoulas <christos@zoulas.com>
Fri, 30 Dec 2011 16:51:19 +0000 (16:51 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 30 Dec 2011 16:51:19 +0000 (16:51 +0000)
src/Makefile.am
src/Makefile.std

index b0ce2dc3ad82e82cd333f6e7ad6ca864457ba661..968e5849c17826435f1cd0a07296af6b35266022 100644 (file)
@@ -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
index ff2a9b5ddc9212f4144e371a0ce8a91a52454a83..8c7b9ee4a49c4ec3fef005ca289ba32359bc0be6 100644 (file)
@@ -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) \