Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 224 Bytes

Makefile.am

File metadata and controls

14 lines (9 loc) · 224 Bytes
 
1
2
3
4
5
6
if BUILD_TEST_PHYSFS
bin_PROGRAMS = test_physfs
INCLUDES = -I$(top_srcdir)
7
8
9
10
if BUILD_READLINE
test_physfs_LDFLAGS="-lreadline -lcurses"
endif
11
12
13
14
test_physfs_LDADD = ../libphysfs.la
test_physfs_SOURCES = test_physfs.c
endif