From c1deef8e59e3cb7e1e56474adb81ebe08a218050 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Thu, 3 Jul 2008 16:42:51 +0000 Subject: [PATCH] add mygetopt.h --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0