add getopt reference

This commit is contained in:
Josh Coalson 2002-05-17 06:26:02 +00:00
parent 31cf6a47f4
commit ae48af1be0
2 changed files with 3 additions and 1 deletions

View File

@ -21,3 +21,5 @@ CFLAGS = @CFLAGS@
metaflac_SOURCES = \
main.c
metaflac_LDFLAGS =
metaflac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la @SHARE_LIBS@ -lm

View File

@ -21,7 +21,7 @@
PROGRAM_NAME = metaflac
INCLUDES = -I./include -I../../include
LIBS =
LIBS = -lgetopt
OBJS = \
main.o