Ryan C. Gordon %!s(int64=24) %!d(string=hai) anos
pai
achega
333707eaf2
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      test/Makefile.am

+ 10 - 0
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