mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
b18ff4ed3e
Same as before: avoiding -prefic-pic issues. Also, catch some minor snafus found in the previous commit. With this, make distcheck passes again :)
12 lines
378 B
Makefile
12 lines
378 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
INCLUDES= -I$(srcdir) -I$(top_srcdir)/include
|
|
|
|
check_PROGRAMS=testclip
|
|
EXTRA_DIST= trace-id.c
|
|
|
|
testclip_SOURCES=testclip.c
|
|
testclip_LDADD= $(top_builddir)/libs/models/libQFmodels.la $(top_builddir)/libs/util/libQFutil.la
|
|
testclip_DEPENDENCIES= $(top_builddir)/libs/models/libQFmodels.la $(top_builddir)/libs/util/libQFutil.la
|
|
|
|
TESTS=$(check_PROGRAMS)
|