From: Christos Zoulas Date: Thu, 3 Jul 2008 16:42:51 +0000 (+0000) Subject: add mygetopt.h X-Git-Tag: FILE5_05~364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc73e1d4cf2151990dd860f19b76066e91f26645;p=file add mygetopt.h --- diff --git a/src/Makefile.am b/src/Makefile.am index b5694930..6e915f7f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,7 @@ AM_CFLAGS = -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \ libmagic_la_SOURCES = magic.c apprentice.c softmagic.c ascmagic.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 \ - file_opts.h elfclass.h + file_opts.h elfclass.h mygetopt.h libmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0 libmagic_la_LIBADD = $(LTLIBOBJS)