make qc-lex.c and qc-parse.[ch] part of the distribution (two less

requirements for the average user)
This commit is contained in:
Bill Currie 2003-08-12 18:22:11 +00:00
parent c73d57e9ee
commit 515dbaccc0

View file

@ -60,3 +60,5 @@ qfodump_LDADD= $(QFCC_LIBS)
qfodump_DEPENDENCIES= $(QFCC_DEPS)
emit.c expr.c switch.c qc-lex.l: qc-parse.h
EXTRA_DIST=qc-lex.c qc-parse.c qc-parse.h