physfs/test/Makefile.am

11 lines
157 B
Makefile
Raw Normal View History

2002-06-28 05:48:33 +02:00
if BUILD_TEST_PHYSFS
bin_PROGRAMS = test_physfs
INCLUDES = -I$(top_srcdir)
test_physfs_LDADD = ../libphysfs.la
test_physfs_SOURCES = test_physfs.c
endif