blob: 91e585b65c89aea8f316e565079304bb9461cf4c (
plain)
1
2
3
4
5
6
|
## process this file with automake to produce Makefile.am
AUTOMAKE_OPTIONS=foreign
noinst_LTLIBRARIES=libtsrm.la
libtsrm_la_SOURCES = TSRM.c tsrm_strtok_r.c tsrm_virtual_cwd.c
depend:
|