From 333707eaf2f27f93d9b3ed1a5581523f8dd6b1d2 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 28 Jun 2002 03:48:33 +0000 Subject: [PATCH] Added back. --- test/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/Makefile.am diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..139a1c5 --- /dev/null +++ b/test/Makefile.am @@ -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