mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +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 :)
11 lines
255 B
Makefile
11 lines
255 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
check_PROGRAMS=test-qfs
|
|
|
|
test_qfs_SOURCES=test-qfs.c
|
|
test_qfs_LDADD=$(top_builddir)/libs/util/libQFutil.la
|
|
test_qfs_DEPENDENCIES=$(top_builddir)/libs/util/libQFutil.la
|
|
|
|
TESTS=$(check_PROGRAMS)
|