diff options
Diffstat (limited to 'Makefile.am-src')
-rw-r--r-- | Makefile.am-src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am-src b/Makefile.am-src index cba64ac266e21..968e5849c1782 100644 --- a/Makefile.am-src +++ b/Makefile.am-src @@ -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 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 |