add getopt.c and getopt1.c to the makefile. There is preprocessor

stuff in these files to detect when they need to be compiled, so they
don't need anything in configure.
This commit is contained in:
Jeff Teunissen 2001-10-26 23:53:36 +00:00
parent 5502558bb9
commit b07d60f6d6

View file

@ -33,5 +33,5 @@ YFLAGS = -d
bin_PROGRAMS= qfcc
qfcc_SOURCES= cmdlib.c debug.c pr_comp.c pr_def.c pr_imm.c pr_lex.c pr_opcode.c qfcc.c qc-parse.y qc-lex.l emit.c expr.c switch.c
qfcc_SOURCES= cmdlib.c debug.c pr_comp.c pr_def.c pr_imm.c pr_lex.c pr_opcode.c qfcc.c qc-parse.y qc-lex.l emit.c expr.c switch.c getopt.c getopt1.c
qfcc_LDADD= -lQFgamecode -lQFutil