Makefile.am 157 B

12345678910
  1. if BUILD_TEST_PHYSFS
  2. bin_PROGRAMS = test_physfs
  3. INCLUDES = -I$(top_srcdir)
  4. test_physfs_LDADD = ../libphysfs.la
  5. test_physfs_SOURCES = test_physfs.c
  6. endif