changeset 604 | ea8664e863c2 |
parent 213 | 9e3f734586ac |
603:e10700854f41 | 604:ea8664e863c2 |
---|---|
2 |
2 |
3 bin_PROGRAMS = test_physfs |
3 bin_PROGRAMS = test_physfs |
4 |
4 |
5 INCLUDES = -I$(top_srcdir) |
5 INCLUDES = -I$(top_srcdir) |
6 |
6 |
7 if BUILD_READLINE |
|
8 test_physfs_LDFLAGS="-lreadline -lcurses" |
|
9 endif |
|
10 |
|
7 test_physfs_LDADD = ../libphysfs.la |
11 test_physfs_LDADD = ../libphysfs.la |
8 test_physfs_SOURCES = test_physfs.c |
12 test_physfs_SOURCES = test_physfs.c |
9 |
13 |
10 endif |
14 endif |