Makefile.am 166 B

123456
  1. ## process this file with automake to produce Makefile.am
  2. AUTOMAKE_OPTIONS=foreign
  3. noinst_LTLIBRARIES=libtsrm.la
  4. libtsrm_la_SOURCES = TSRM.c tsrm_strtok_r.c
  5. depend: