1
if BUILD_TEST_PHYSFS
2
3
bin_PROGRAMS = test_physfs
4
5
INCLUDES = -I$(top_srcdir)
6
7
test_physfs_LDADD = ../libphysfs.la
8
test_physfs_SOURCES = test_physfs.c
9
10
endif