Mercurial > hg-old > index.cgi
comparison lwlib/Makefile.am @ 326:2eb058346cad
Added string module and expanded stringlist module
author | lost |
---|---|
date | Sat, 13 Feb 2010 05:21:20 +0000 |
parents | be63116281b0 |
children | c15cca3ae6a2 |
comparison
equal
deleted
inserted
replaced
325:619fd6ad4ab9 | 326:2eb058346cad |
---|---|
1 noinst_LIBRARIES = liblw.a | 1 noinst_LIBRARIES = liblw.a |
2 liblw_a_SOURCES = lw_alloc.c lw_stringlist.c | 2 liblw_a_SOURCES = lw_alloc.c lw_stringlist.c lw_string.c |
3 EXTRA_DIST = lw_alloc.h lw_stringlist.h | 3 EXTRA_DIST = lw_alloc.h lw_stringlist.h lw_string.h |