Added back.

This commit is contained in:
Ryan C. Gordon 2002-06-28 03:48:33 +00:00
parent 0c19895ee0
commit 333707eaf2
1 changed files with 10 additions and 0 deletions

10
test/Makefile.am Normal file
View File

@ -0,0 +1,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