mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
make qc-lex.c and qc-parse.[ch] part of the distribution (two less
requirements for the average user)
This commit is contained in:
parent
c73d57e9ee
commit
515dbaccc0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue