mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Add trace-qf-bad.c to Makefile.am and testclip.c.
This commit is contained in:
parent
e23ee07b6f
commit
3e74aa5303
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS= foreign
|
|||
INCLUDES= -I$(srcdir) -I$(top_srcdir)/include
|
||||
|
||||
check_PROGRAMS=testclip
|
||||
EXTRA_DIST= trace-id.c
|
||||
EXTRA_DIST= trace-id.c trace-qf-bad.c
|
||||
|
||||
testclip_SOURCES=testclip.c
|
||||
testclip_LDADD= $(top_builddir)/libs/models/libQFmodels.la $(top_builddir)/libs/util/libQFutil.la
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#ifdef TEST_ID
|
||||
# include "trace-id.c"
|
||||
#elif defined(TEST_QF_BAD)
|
||||
# include "trace-qf-bad.c"
|
||||
#else
|
||||
# include "../trace.c"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue