Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 157 Bytes

Makefile.am

File metadata and controls

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