File: Makefile.am

package info (click to toggle)
libphysfs 1.0.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,864 kB
  • ctags: 2,506
  • sloc: ansic: 16,876; sh: 8,287; ruby: 461; makefile: 279; cpp: 207; perl: 16; csh: 13
file content (14 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if BUILD_TEST_PHYSFS

bin_PROGRAMS = test_physfs

INCLUDES = -I$(top_srcdir)

if BUILD_READLINE
test_physfs_LDFLAGS="-lreadline -lcurses"
endif

test_physfs_LDADD = ../libphysfs.la
test_physfs_SOURCES = test_physfs.c

endif