1
2AM_CPPFLAGS = -I${top_srcdir}
3
4bin_PROGRAMS = timetostr strtotime posdump
5
6strtotime_SOURCES = timetostr.c
7
8LDADD = ${top_builddir}/libstrfunc.la
9
10